Html Css Color HEX #3E52DB Free Speech Blue

📋 copy color: '#3E52DB'

red 62 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Blue #3E52DB

Tints of Free Speech Blue #3E52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 17.08%
G = 22.59%
B = 60.33%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E52DB (or 0x3E52DB) is known color: Free Speech Blue. HEX triplet: 3E, 52 and DB. RGB value is (62,82,219). Sum of RGB (Red+Green+Blue) = 62+82+219=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E52DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E52DB is #C1AD24. Grayscale: #5B5B5B. Windows color (decimal): -12692773 or 14373438. OLE color: 14373438.

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

Color convert

RGB 62 82 219 -
CMYK 0.72 0.63 0 0.14
HSL 232.36º 0.69% 0.55% -
HSV(B) 232.36º 0.72% 0.86% -
XYZ 17.79 12.17 68.43 -
YUV 91.64 199.87 106.86 -
System Red Green Blue C M Y K H S L
Decimal 62 82 219 0.72 0.63 0 0.14 232.36 0.69 0.55
Hex 3E 52 DB 48 3F 0 E E8 45 37
Octal 76 122 333 110 77 0 16 350 105 67
Binary 111110 1010010 11011011 1001000 111111 0 1110 11101000 1000101 110111

Color Harmonies of #3E52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E52DB

Black with #3E52DB

Text Example


Text Example

White with #3E52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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