Html Css Color HEX #3E38CE Free Speech Blue

📋 copy color: '#3E38CE'

red 62 ◦ green 56 ◦ blue 206

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

Shades of Free Speech Blue #3E38CE

Tints of Free Speech Blue #3E38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 19.14%
G = 17.28%
B = 63.58%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E38CE (or 0x3E38CE) is known color: Free Speech Blue. HEX triplet: 3E, 38 and CE. RGB value is (62,56,206). Sum of RGB (Red+Green+Blue) = 62+56+206=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38CE is #C1C731. Grayscale: #4A4A4A. Windows color (decimal): -12699442 or 13514814. OLE color: 13514814.

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

Color convert

RGB 62 56 206 -
CMYK 0.70 0.73 0 0.19
HSL 242.4º 0.6% 0.51% -
HSV(B) 242.4º 0.73% 0.81% -
XYZ 14.54 8.31 59.23 -
YUV 74.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 62 56 206 0.70 0.73 0 0.19 242.4 0.6 0.51
Hex 3E 38 CE 46 49 0 13 F2 3C 33
Octal 76 70 316 106 111 0 23 362 74 63
Binary 111110 111000 11001110 1000110 1001001 0 10011 11110010 111100 110011

Color Harmonies of #3E38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E38CE

Black with #3E38CE

Text Example


Text Example

White with #3E38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,206); }

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

background-color css

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

 a { background-color: rgb(62,56,206); }

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

border-color css

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

 span { border-color: rgb(62,56,206); }

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