Html Css Color HEX #3E61CC Free Speech Blue

📋 copy color: '#3E61CC'

red 62 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Blue #3E61CC

Tints of Free Speech Blue #3E61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 17.08%
G = 26.72%
B = 56.2%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E61CC (or 0x3E61CC) is known color: Free Speech Blue. HEX triplet: 3E, 61 and CC. RGB value is (62,97,204). Sum of RGB (Red+Green+Blue) = 62+97+204=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E61CC is #C19E33. Grayscale: #626262. Windows color (decimal): -12688948 or 13394238. OLE color: 13394238.

HSL color Cylindrical-coordinate representation of color #3E61CC: hue angle of 225.21º 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 #3E61CC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 97 204 -
CMYK 0.70 0.52 0 0.2
HSL 225.21º 0.58% 0.52% -
HSV(B) 225.21º 0.7% 0.8% -
XYZ 17.16 13.93 58.91 -
YUV 98.73 187.4 101.8 -
System Red Green Blue C M Y K H S L
Decimal 62 97 204 0.70 0.52 0 0.2 225.21 0.58 0.52
Hex 3E 61 CC 46 34 0 14 E1 3A 34
Octal 76 141 314 106 64 0 24 341 72 64
Binary 111110 1100001 11001100 1000110 110100 0 10100 11100001 111010 110100

Color Harmonies of #3E61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E61CC

Black with #3E61CC

Text Example


Text Example

White with #3E61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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