#3558CE

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

Shades of Free Speech Blue #3558CE

Tints of Free Speech Blue #3558CE

Color information

#3558CE (or 0x3558CE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 58 and CE. RGB value is (53,88,206). Sum of RGB (Red+Green+Blue) = 53+88+206=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #3558CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558CE is #CAA731. Grayscale: #5A5A5A. Windows color (decimal): -13281074 or 13522997. OLE color: 13522997.

HSL color Cylindrical-coordinate representation of color #3558CE: hue angle of 226.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3558CE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5388206-
CMYK0.740.5700.19
HSL226.27º60.96%50.78%-
HSV(B)226.27º74.27%80.78%-
XYZ16.112.1959.9-
YUV90.99192.9100.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 206 (80.86% from 255) = 59.37%
R=15.27%
G=25.36%
B=59.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53882060.740.5700.19226.2760.9650.78
Hex3558CE4A39013e23d33
Octal65130316112710233427563
Binary110101101100011001110100101011100101001111100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3558CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3558CE; }

 p { color: rgb(53,88,206); }

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

<style>
 a { background-color: #3558CE; }

 a { background-color: rgb(53,88,206); }

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

<style>
 span { border-color: #3558CE; }

 span { border-color: rgb(53,88,206); }

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