#3E56CA

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

Shades of Free Speech Blue #3E56CA

Tints of Free Speech Blue #3E56CA

Color information

#3E56CA (or 0x3E56CA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 56 and CA. RGB value is (62,86,202). Sum of RGB (Red+Green+Blue) = 62+86+202=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E56CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E56CA is #C1A935. Grayscale: #5B5B5B. Windows color (decimal): -12691766 or 13260350. OLE color: 13260350.

HSL color Cylindrical-coordinate representation of color #3E56CA: hue angle of 229.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E56CA is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6286202-
CMYK0.690.5700.21
HSL229.71º56.91%51.76%-
HSV(B)229.71º69.31%79.22%-
XYZ15.9811.9457.34-
YUV92.05190.05106.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=17.71%
G=24.57%
B=57.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62862020.690.5700.21229.7156.9151.76
Hex3E56CA4539015e63934
Octal76126312105710253467164
Binary111110101011011001010100010111100101010111100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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