Html Css Color HEX #3E41DB Free Speech Blue

📋 copy color: '#3E41DB'

red 62 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #3E41DB

Tints of Free Speech Blue #3E41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 17.92%
G = 18.79%
B = 63.29%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E41DB (or 0x3E41DB) is known color: Free Speech Blue. HEX triplet: 3E, 41 and DB. RGB value is (62,65,219). Sum of RGB (Red+Green+Blue) = 62+65+219=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41DB is #C1BE24. Grayscale: #515151. Windows color (decimal): -12697125 or 14369086. OLE color: 14369086.

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

Color convert

RGB 62 65 219 -
CMYK 0.72 0.70 0 0.14
HSL 238.85º 0.69% 0.55% -
HSV(B) 238.85º 0.72% 0.86% -
XYZ 16.66 9.92 68.05 -
YUV 81.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 62 65 219 0.72 0.70 0 0.14 238.85 0.69 0.55
Hex 3E 41 DB 48 46 0 E EF 45 37
Octal 76 101 333 110 106 0 16 357 105 67
Binary 111110 1000001 11011011 1001000 1000110 0 1110 11101111 1000101 110111

Color Harmonies of #3E41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41DB

Black with #3E41DB

Text Example


Text Example

White with #3E41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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