Html Css Color HEX #3E4FBA Free Speech Blue

📋 copy color: '#3E4FBA'

red 62 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Blue #3E4FBA

Tints of Free Speech Blue #3E4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

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

R = 18.96%
G = 24.16%
B = 56.88%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E4FBA (or 0x3E4FBA) is known color: Free Speech Blue. HEX triplet: 3E, 4F and BA. RGB value is (62,79,186). Sum of RGB (Red+Green+Blue) = 62+79+186=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4FBA is #C1B045. Grayscale: #555555. Windows color (decimal): -12693574 or 12209982. OLE color: 12209982.

HSL color Cylindrical-coordinate representation of color #3E4FBA: hue angle of 231.77º 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 #3E4FBA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 79 186 -
CMYK 0.67 0.58 0 0.27
HSL 231.77º 0.5% 0.49% -
HSV(B) 231.77º 0.67% 0.73% -
XYZ 13.65 10.16 47.7 -
YUV 86.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 62 79 186 0.67 0.58 0 0.27 231.77 0.5 0.49
Hex 3E 4F BA 43 3A 0 1B E8 32 31
Octal 76 117 272 103 72 0 33 350 62 61
Binary 111110 1001111 10111010 1000011 111010 0 11011 11101000 110010 110001

Color Harmonies of #3E4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4FBA

Black with #3E4FBA

Text Example


Text Example

White with #3E4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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