Html Css Color HEX #3E49DB Free Speech Blue

📋 copy color: '#3E49DB'

red 62 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Blue #3E49DB

Tints of Free Speech Blue #3E49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 17.51%
G = 20.62%
B = 61.86%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E49DB (or 0x3E49DB) is known color: Free Speech Blue. HEX triplet: 3E, 49 and DB. RGB value is (62,73,219). Sum of RGB (Red+Green+Blue) = 62+73+219=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49DB is #C1B624. Grayscale: #555555. Windows color (decimal): -12695077 or 14371134. OLE color: 14371134.

HSL color Cylindrical-coordinate representation of color #3E49DB: hue angle of 235.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E49DB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 73 219 -
CMYK 0.72 0.67 0 0.14
HSL 235.8º 0.69% 0.55% -
HSV(B) 235.8º 0.72% 0.86% -
XYZ 17.16 10.9 68.22 -
YUV 86.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 62 73 219 0.72 0.67 0 0.14 235.8 0.69 0.55
Hex 3E 49 DB 48 43 0 E EC 45 37
Octal 76 111 333 110 103 0 16 354 105 67
Binary 111110 1001001 11011011 1001000 1000011 0 1110 11101100 1000101 110111

Color Harmonies of #3E49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E49DB

Black with #3E49DB

Text Example


Text Example

White with #3E49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,219); }

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

background-color css

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

 a { background-color: rgb(62,73,219); }

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

border-color css

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

 span { border-color: rgb(62,73,219); }

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