Html Css Color HEX #3E3BC9 Free Speech Blue

📋 copy color: '#3E3BC9'

red 62 ◦ green 59 ◦ blue 201

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

Shades of Free Speech Blue #3E3BC9

Tints of Free Speech Blue #3E3BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 201 (78.91% from 255) = 62.42%

R = 19.25%
G = 18.32%
B = 62.42%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E3BC9 (or 0x3E3BC9) is known color: Free Speech Blue. HEX triplet: 3E, 3B and C9. RGB value is (62,59,201). Sum of RGB (Red+Green+Blue) = 62+59+201=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #3E3BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3BC9 is #C1C436. Grayscale: #4B4B4B. Windows color (decimal): -12698679 or 13187902. OLE color: 13187902.

HSL color Cylindrical-coordinate representation of color #3E3BC9: hue angle of 241.27º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E3BC9 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 59 201 -
CMYK 0.69 0.71 0 0.21
HSL 241.27º 0.57% 0.51% -
HSV(B) 241.27º 0.71% 0.79% -
XYZ 14.09 8.37 56.13 -
YUV 76.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 62 59 201 0.69 0.71 0 0.21 241.27 0.57 0.51
Hex 3E 3B C9 45 47 0 15 F1 39 33
Octal 76 73 311 105 107 0 25 361 71 63
Binary 111110 111011 11001001 1000101 1000111 0 10101 11110001 111001 110011

Color Harmonies of #3E3BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3BC9

Black with #3E3BC9

Text Example


Text Example

White with #3E3BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,201); }

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

background-color css

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

 a { background-color: rgb(62,59,201); }

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

border-color css

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

 span { border-color: rgb(62,59,201); }

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