Html Css Color HEX #3E30CF Free Speech Blue

📋 copy color: '#3E30CF'

red 62 ◦ green 48 ◦ blue 207

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

Shades of Free Speech Blue #3E30CF

Tints of Free Speech Blue #3E30CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 19.56%
G = 15.14%
B = 65.3%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E30CF (or 0x3E30CF) is known color: Free Speech Blue. HEX triplet: 3E, 30 and CF. RGB value is (62,48,207). Sum of RGB (Red+Green+Blue) = 62+48+207=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E30CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30CF is #C1CF30. Grayscale: #454545. Windows color (decimal): -12701489 or 13578302. OLE color: 13578302.

HSL color Cylindrical-coordinate representation of color #3E30CF: hue angle of 245.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E30CF is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 48 207 -
CMYK 0.70 0.77 0 0.19
HSL 245.28º 0.62% 0.5% -
HSV(B) 245.28º 0.77% 0.81% -
XYZ 14.31 7.64 59.75 -
YUV 70.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 62 48 207 0.70 0.77 0 0.19 245.28 0.62 0.5
Hex 3E 30 CF 46 4D 0 13 F5 3E 32
Octal 76 60 317 106 115 0 23 365 76 62
Binary 111110 110000 11001111 1000110 1001101 0 10011 11110101 111110 110010

Color Harmonies of #3E30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30CF

Black with #3E30CF

Text Example


Text Example

White with #3E30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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