#3A59CE

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

Shades of Free Speech Blue #3A59CE

Tints of Free Speech Blue #3A59CE

Color information

#3A59CE (or 0x3A59CE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 59 and CE. RGB value is (58,89,206). Sum of RGB (Red+Green+Blue) = 58+89+206=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A59CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A59CE is #C5A631. Grayscale: #5C5C5C. Windows color (decimal): -12953138 or 13523258. OLE color: 13523258.

HSL color Cylindrical-coordinate representation of color #3A59CE: hue angle of 227.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A59CE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5889206-
CMYK0.720.5700.19
HSL227.43º60.16%51.76%-
HSV(B)227.43º71.84%80.78%-
XYZ16.4612.559.94-
YUV93.07191.73102.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 206 (80.86% from 255) = 58.36%
R=16.43%
G=25.21%
B=58.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal58892060.720.5700.19227.4360.1651.76
Hex3A59CE4839013e33c34
Octal72131316110710233437464
Binary111010101100111001110100100011100101001111100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,206); }

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

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

 a { background-color: rgb(58,89,206); }

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

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

 span { border-color: rgb(58,89,206); }

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