Html Css Color HEX #3E2FCC Free Speech Blue

📋 copy color: '#3E2FCC'

red 62 ◦ green 47 ◦ blue 204

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

Shades of Free Speech Blue #3E2FCC

Tints of Free Speech Blue #3E2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

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

R = 19.81%
G = 15.02%
B = 65.18%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E2FCC (or 0x3E2FCC) is known color: Free Speech Blue. HEX triplet: 3E, 2F and CC. RGB value is (62,47,204). Sum of RGB (Red+Green+Blue) = 62+47+204=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E2FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FCC is #C1D033. Grayscale: #444444. Windows color (decimal): -12701748 or 13381438. OLE color: 13381438.

HSL color Cylindrical-coordinate representation of color #3E2FCC: hue angle of 245.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2FCC is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 47 204 -
CMYK 0.70 0.77 0 0.2
HSL 245.73º 0.63% 0.49% -
HSV(B) 245.73º 0.77% 0.8% -
XYZ 13.9 7.42 57.83 -
YUV 69.38 203.97 122.73 -
System Red Green Blue C M Y K H S L
Decimal 62 47 204 0.70 0.77 0 0.2 245.73 0.63 0.49
Hex 3E 2F CC 46 4D 0 14 F6 3F 31
Octal 76 57 314 106 115 0 24 366 77 61
Binary 111110 101111 11001100 1000110 1001101 0 10100 11110110 111111 110001

Color Harmonies of #3E2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2FCC

Black with #3E2FCC

Text Example


Text Example

White with #3E2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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