Html Css Color HEX #3E30CC Free Speech Blue

📋 copy color: '#3E30CC'

red 62 ◦ green 48 ◦ blue 204

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

Shades of Free Speech Blue #3E30CC

Tints of Free Speech Blue #3E30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 19.75%
G = 15.29%
B = 64.97%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E30CC (or 0x3E30CC) is known color: Free Speech Blue. HEX triplet: 3E, 30 and CC. RGB value is (62,48,204). Sum of RGB (Red+Green+Blue) = 62+48+204=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30CC is #C1CF33. Grayscale: #454545. Windows color (decimal): -12701492 or 13381694. OLE color: 13381694.

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

Color convert

RGB 62 48 204 -
CMYK 0.70 0.76 0 0.2
HSL 245.38º 0.62% 0.49% -
HSV(B) 245.38º 0.76% 0.8% -
XYZ 13.94 7.5 57.84 -
YUV 69.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 62 48 204 0.70 0.76 0 0.2 245.38 0.62 0.49
Hex 3E 30 CC 46 4C 0 14 F5 3E 31
Octal 76 60 314 106 114 0 24 365 76 61
Binary 111110 110000 11001100 1000110 1001100 0 10100 11110101 111110 110001

Color Harmonies of #3E30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30CC

Black with #3E30CC

Text Example


Text Example

White with #3E30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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