Html Css Color HEX #3E5DBC Free Speech Blue

📋 copy color: '#3E5DBC'

red 62 ◦ green 93 ◦ blue 188

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

Shades of Free Speech Blue #3E5DBC

Tints of Free Speech Blue #3E5DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 18.08%
G = 27.11%
B = 54.81%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E5DBC (or 0x3E5DBC) is known color: Free Speech Blue. HEX triplet: 3E, 5D and BC. RGB value is (62,93,188). Sum of RGB (Red+Green+Blue) = 62+93+188=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DBC is #C1A243. Grayscale: #5E5E5E. Windows color (decimal): -12689988 or 12344638. OLE color: 12344638.

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

Color convert

RGB 62 93 188 -
CMYK 0.67 0.51 0 0.26
HSL 225.24º 0.5% 0.49% -
HSV(B) 225.24º 0.67% 0.74% -
XYZ 14.98 12.48 49.2 -
YUV 94.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 62 93 188 0.67 0.51 0 0.26 225.24 0.5 0.49
Hex 3E 5D BC 43 33 0 1A E1 32 31
Octal 76 135 274 103 63 0 32 341 62 61
Binary 111110 1011101 10111100 1000011 110011 0 11010 11100001 110010 110001

Color Harmonies of #3E5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5DBC

Black with #3E5DBC

Text Example


Text Example

White with #3E5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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