#3E57CD

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

Shades of Free Speech Blue #3E57CD

Tints of Free Speech Blue #3E57CD

Color information

#3E57CD (or 0x3E57CD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 57 and CD. RGB value is (62,87,205). Sum of RGB (Red+Green+Blue) = 62+87+205=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E57CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E57CD is #C1A832. Grayscale: #5C5C5C. Windows color (decimal): -12691507 or 13457214. OLE color: 13457214.

HSL color Cylindrical-coordinate representation of color #3E57CD: hue angle of 229.51º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E57CD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6287205-
CMYK0.700.5800.20
HSL229.51º58.85%52.35%-
HSV(B)229.51º69.76%80.39%-
XYZ16.4112.2559.26-
YUV92.98191.22105.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.51%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 205 (80.47% from 255) = 57.91%
R=17.51%
G=24.58%
B=57.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62872050.700.5800.20229.5158.8552.35
Hex3E57CD463A014e63b34
Octal76127315106720243467364
Binary111110101011111001101100011011101001010011100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,87,205); }

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

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

 a { background-color: rgb(62,87,205); }

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

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

 span { border-color: rgb(62,87,205); }

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