Html Css Color HEX #3E53DA Free Speech Blue

📋 copy color: '#3E53DA'

red 62 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Blue #3E53DA

Tints of Free Speech Blue #3E53DA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 17.08%
G = 22.87%
B = 60.06%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3E53DA (or 0x3E53DA) is known color: Free Speech Blue. HEX triplet: 3E, 53 and DA. RGB value is (62,83,218). Sum of RGB (Red+Green+Blue) = 62+83+218=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E53DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E53DA is #C1AC25. Grayscale: #5B5B5B. Windows color (decimal): -12692518 or 14308158. OLE color: 14308158.

HSL color Cylindrical-coordinate representation of color #3E53DA: hue angle of 231.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E53DA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 83 218 -
CMYK 0.72 0.62 0 0.15
HSL 231.92º 0.68% 0.55% -
HSV(B) 231.92º 0.72% 0.85% -
XYZ 17.73 12.27 67.76 -
YUV 92.11 199.04 106.52 -
System Red Green Blue C M Y K H S L
Decimal 62 83 218 0.72 0.62 0 0.15 231.92 0.68 0.55
Hex 3E 53 DA 48 3E 0 F E8 44 37
Octal 76 123 332 110 76 0 17 350 104 67
Binary 111110 1010011 11011010 1001000 111110 0 1111 11101000 1000100 110111

Color Harmonies of #3E53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E53DA

Black with #3E53DA

Text Example


Text Example

White with #3E53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,218); }

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

background-color css

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

 a { background-color: rgb(62,83,218); }

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

border-color css

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

 span { border-color: rgb(62,83,218); }

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