Html Css Color HEX #3E4BB2 Free Speech Blue

📋 copy color: '#3E4BB2'

red 62 ◦ green 75 ◦ blue 178

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

Shades of Free Speech Blue #3E4BB2

Tints of Free Speech Blue #3E4BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 178 (69.92% from 255) = 56.51%

R = 19.68%
G = 23.81%
B = 56.51%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3E4BB2 (or 0x3E4BB2) is known color: Free Speech Blue. HEX triplet: 3E, 4B and B2. RGB value is (62,75,178). Sum of RGB (Red+Green+Blue) = 62+75+178=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E4BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4BB2 is #C1B44D. Grayscale: #525252. Windows color (decimal): -12694606 or 11684670. OLE color: 11684670.

HSL color Cylindrical-coordinate representation of color #3E4BB2: hue angle of 233.28º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4BB2 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 62 75 178 -
CMYK 0.65 0.58 0 0.30
HSL 233.28º 0.48% 0.47% -
HSV(B) 233.28º 0.65% 0.7% -
XYZ 12.54 9.27 43.25 -
YUV 82.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 62 75 178 0.65 0.58 0 0.30 233.28 0.48 0.47
Hex 3E 4B B2 41 3A 0 1E E9 30 2F
Octal 76 113 262 101 72 0 36 351 60 57
Binary 111110 1001011 10110010 1000001 111010 0 11110 11101001 110000 101111

Color Harmonies of #3E4BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4BB2

Black with #3E4BB2

Text Example


Text Example

White with #3E4BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,178); }

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

background-color css

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

 a { background-color: rgb(62,75,178); }

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

border-color css

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

 span { border-color: rgb(62,75,178); }

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