Html Css Color HEX #3E41BA Free Speech Blue

📋 copy color: '#3E41BA'

red 62 ◦ green 65 ◦ blue 186

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

Shades of Free Speech Blue #3E41BA

Tints of Free Speech Blue #3E41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 19.81%
G = 20.77%
B = 59.42%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E41BA (or 0x3E41BA) is known color: Free Speech Blue. HEX triplet: 3E, 41 and BA. RGB value is (62,65,186). Sum of RGB (Red+Green+Blue) = 62+65+186=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41BA is #C1BE45. Grayscale: #4D4D4D. Windows color (decimal): -12697158 or 12206398. OLE color: 12206398.

HSL color Cylindrical-coordinate representation of color #3E41BA: hue angle of 238.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E41BA is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 65 186 -
CMYK 0.67 0.65 0 0.27
HSL 238.55º 0.5% 0.49% -
HSV(B) 238.55º 0.67% 0.73% -
XYZ 12.74 8.35 47.39 -
YUV 77.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 62 65 186 0.67 0.65 0 0.27 238.55 0.5 0.49
Hex 3E 41 BA 43 41 0 1B EF 32 31
Octal 76 101 272 103 101 0 33 357 62 61
Binary 111110 1000001 10111010 1000011 1000001 0 11011 11101111 110010 110001

Color Harmonies of #3E41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41BA

Black with #3E41BA

Text Example


Text Example

White with #3E41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,186); }

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

background-color css

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

 a { background-color: rgb(62,65,186); }

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

border-color css

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

 span { border-color: rgb(62,65,186); }

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