Html Css Color HEX #3E4CB1 Free Speech Blue

📋 copy color: '#3E4CB1'

red 62 ◦ green 76 ◦ blue 177

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

Shades of Free Speech Blue #3E4CB1

Tints of Free Speech Blue #3E4CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 177 (69.53% from 255) = 56.19%

R = 19.68%
G = 24.13%
B = 56.19%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E4CB1 (or 0x3E4CB1) is known color: Free Speech Blue. HEX triplet: 3E, 4C and B1. RGB value is (62,76,177). Sum of RGB (Red+Green+Blue) = 62+76+177=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E4CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4CB1 is #C1B34E. Grayscale: #525252. Windows color (decimal): -12694351 or 11619390. OLE color: 11619390.

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

Color convert

RGB 62 76 177 -
CMYK 0.65 0.57 0 0.31
HSL 232.7º 0.48% 0.47% -
HSV(B) 232.7º 0.65% 0.69% -
XYZ 12.51 9.37 42.74 -
YUV 83.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 62 76 177 0.65 0.57 0 0.31 232.7 0.48 0.47
Hex 3E 4C B1 41 39 0 1F E9 30 2F
Octal 76 114 261 101 71 0 37 351 60 57
Binary 111110 1001100 10110001 1000001 111001 0 11111 11101001 110000 101111

Color Harmonies of #3E4CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4CB1

Black with #3E4CB1

Text Example


Text Example

White with #3E4CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,76,177); }

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

background-color css

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

 a { background-color: rgb(62,76,177); }

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

border-color css

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

 span { border-color: rgb(62,76,177); }

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