#353CCE

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

Shades of Free Speech Blue #353CCE

Tints of Free Speech Blue #353CCE

Color information

#353CCE (or 0x353CCE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3C and CE. RGB value is (53,60,206). Sum of RGB (Red+Green+Blue) = 53+60+206=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #353CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCE is #CAC331. Grayscale: #494949. Windows color (decimal): -13288242 or 13515829. OLE color: 13515829.

HSL color Cylindrical-coordinate representation of color #353CCE: hue angle of 237.25º 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 #353CCE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5360206-
CMYK0.740.7100.19
HSL237.25º60.96%50.78%-
HSV(B)237.25º74.27%80.78%-
XYZ14.228.4459.27-
YUV74.55202.18112.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 206 (80.86% from 255) = 64.58%
R=16.61%
G=18.81%
B=64.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53602060.740.7100.19237.2560.9650.78
Hex353CCE4A47013ed3d33
Octal65743161121070233557563
Binary110101111100110011101001010100011101001111101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353CCE; }

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

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

<style>
 a { background-color: #353CCE; }

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

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

<style>
 span { border-color: #353CCE; }

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

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