Hex #335cc6 Color

#335cc6
equivalent to

RGB

(51, 92, 198)

Details of #335cc6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
51
15.3854
0.62
0.74
41.8998
12.4353
223°
35.2637
92
12.4353
0.59
0.54
22.9281
0.1857
74°
16.1674
198
55.0154
0.49
0.00   0.22
-59.4688
0.1501
78°
-67.7809

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110011
63
51
33
Green
1011100
134
92
5C
Blue
11000110
306
198
C6

RGB in % of #335cc6

%14.96
%26.98
%58.06

CMYK in % of #335cc6

%74
%54
%0
%22

Triads of color #335cc6

#335cc6 #5cc633 #c633c6

Similar Colors to #335cc6

#335cc6 #33a6c6 #5433c6

Preview Color #335cc6 on black ground

#335cc6 is very interesting for text.

Preview Color #335cc6 on white ground

#335cc6 is very interesting for text.

CSS Codes #335cc6 color

.mybgcolor {background-color:#335cc6; }
.myforecolor {color:#335cc6; }
.mybordercolor {border:3px solid #335cc6; }

Text Font Color #335cc6

<p style="color:#335cc6">Text here</p>

This sample text font color is #335cc6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #335cc6

<div style="background-color:#335cc6">
Div content here</div>

This div background color is #335cc6


Border Color #335cc6

<div style="border:3px solid #335cc6">
Div here</div>

The color of this border is #335cc6


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #335cc6; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #335cc6;
-webkit-box-shadow: 1px 1px 3px 2px #335cc6;
box-shadow:         1px 1px 3px 2px #335cc6; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #335cc6">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #335cc6;
  -webkit-box-shadow: 1px 1px 3px 2px #335cc6;
  box-shadow:         1px 1px 3px 2px #335cc6;">
Div content here</div>

The shadow of div box using color #335cc6