Html Css Color HEX #3E48DB Free Speech Blue

📋 copy color: '#3E48DB'

red 62 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Blue #3E48DB

Tints of Free Speech Blue #3E48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 17.56%
G = 20.4%
B = 62.04%

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

#3E48DB (or 0x3E48DB) is known color: Free Speech Blue. HEX triplet: 3E, 48 and DB. RGB value is (62,72,219). Sum of RGB (Red+Green+Blue) = 62+72+219=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E48DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48DB is #C1B724. Grayscale: #555555. Windows color (decimal): -12695333 or 14370878. OLE color: 14370878.

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

Color convert

RGB 62 72 219 -
CMYK 0.72 0.67 0 0.14
HSL 236.18º 0.69% 0.55% -
HSV(B) 236.18º 0.72% 0.86% -
XYZ 17.09 10.77 68.2 -
YUV 85.77 203.19 111.05 -
System Red Green Blue C M Y K H S L
Decimal 62 72 219 0.72 0.67 0 0.14 236.18 0.69 0.55
Hex 3E 48 DB 48 43 0 E EC 45 37
Octal 76 110 333 110 103 0 16 354 105 67
Binary 111110 1001000 11011011 1001000 1000011 0 1110 11101100 1000101 110111

Color Harmonies of #3E48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E48DB

Black with #3E48DB

Text Example


Text Example

White with #3E48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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