Html Css Color HEX #3E5DB3 Free Speech Blue

📋 copy color: '#3E5DB3'

red 62 ◦ green 93 ◦ blue 179

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

Shades of Free Speech Blue #3E5DB3

Tints of Free Speech Blue #3E5DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 18.56%
G = 27.84%
B = 53.59%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3E5DB3 (or 0x3E5DB3) is known color: Free Speech Blue. HEX triplet: 3E, 5D and B3. RGB value is (62,93,179). Sum of RGB (Red+Green+Blue) = 62+93+179=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DB3 is #C1A24C. Grayscale: #5D5D5D. Windows color (decimal): -12689997 or 11754814. OLE color: 11754814.

HSL color Cylindrical-coordinate representation of color #3E5DB3: hue angle of 224.1º degrees, saturation: 0.49, 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 #3E5DB3 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 62 93 179 -
CMYK 0.65 0.48 0 0.30
HSL 224.1º 0.49% 0.47% -
HSV(B) 224.1º 0.65% 0.7% -
XYZ 14.04 12.11 44.24 -
YUV 93.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 62 93 179 0.65 0.48 0 0.30 224.1 0.49 0.47
Hex 3E 5D B3 41 30 0 1E E0 31 2F
Octal 76 135 263 101 60 0 36 340 61 57
Binary 111110 1011101 10110011 1000001 110000 0 11110 11100000 110001 101111

Color Harmonies of #3E5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5DB3

Black with #3E5DB3

Text Example


Text Example

White with #3E5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,93,179); }

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

background-color css

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

 a { background-color: rgb(62,93,179); }

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

border-color css

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

 span { border-color: rgb(62,93,179); }

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