#3E56DA

Color #3E56DA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E56DA

Tints of Free Speech Blue #3E56DA

Color information

#3E56DA (or 0x3E56DA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 56 and DA. RGB value is (62,86,218). Sum of RGB (Red+Green+Blue) = 62+86+218=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E56DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E56DA is #C1A925. Grayscale: #5D5D5D. Windows color (decimal): -12691750 or 14308926. OLE color: 14308926.

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

Color convert

RGB6286218-
CMYK0.720.6100.15
HSL230.77º67.83%54.9%-
HSV(B)230.77º71.56%85.49%-
XYZ17.9712.7467.84-
YUV93.87198.05105.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 218 (85.55% from 255) = 59.56%
R=16.94%
G=23.50%
B=59.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62862180.720.6100.15230.7767.8354.9
Hex3E56DA483D0Fe74437
Octal761263321107501734710467
Binary111110101011011011010100100011110101111111001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E56DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E56DA;
 }
 .AnyTagClassName
 {
   color: #3E56DA;
 }
</style>
background-color css

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

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

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

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

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

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