Html Css Color HEX #3E66CC Free Speech Blue

📋 copy color: '#3E66CC'

red 62 ◦ green 102 ◦ blue 204

#3E66CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3E66CC

Tints of Free Speech Blue #3E66CC

RGB

 RED value IS 62 (24.61% from 255) = 16.85%

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 16.85%
G = 27.72%
B = 55.43%

CMYK

 C value IS 0.70

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E66CC (or 0x3E66CC) is known color: Free Speech Blue. HEX triplet: 3E, 66 and CC. RGB value is (62,102,204). Sum of RGB (Red+Green+Blue) = 62+102+204=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E66CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E66CC is #C19933. Grayscale: #656565. Windows color (decimal): -12687668 or 13395518. OLE color: 13395518.

HSL color Cylindrical-coordinate representation of color #3E66CC: hue angle of 223.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E66CC is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 102 204 -
CMYK 0.70 0.5 0 0.2
HSL 223.1º 0.58% 0.52% -
HSV(B) 223.1º 0.7% 0.8% -
XYZ 17.64 14.89 59.07 -
YUV 101.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 62 102 204 0.70 0.5 0 0.2 223.1 0.58 0.52
Hex 3E 66 CC 46 32 0 14 DF 3A 34
Octal 76 146 314 106 62 0 24 337 72 64
Binary 111110 1100110 11001100 1000110 110010 0 10100 11011111 111010 110100

Color Harmonies of #3E66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E66CC

Black with #3E66CC

Text Example


Text Example

White with #3E66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E66CC; }

 p { color: rgb(62,102,204); }

 H1.HeaderClassName
 {
   color: #3E66CC;
 }
 .AnyTagClassName
 {
   color: #3E66CC;
 }
</style>

background-color css

<style>
 a { background-color: #3E66CC; }

 a { background-color: rgb(62,102,204); }

 div.DivClassName
 {
   background-color: #3E66CC;
 }
 .BgClassName
 {
   background-color: #3E66CC;
 }
</style>

border-color css

<style>
 span { border-color: #3E66CC; }

 span { border-color: rgb(62,102,204); }

 td.TdClassName
 {
   border-color: #3E66CC;
 }
 .TagClassName
 {
   border-color: #3E66CC;
 }
</style>