#353ECD

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

Shades of Free Speech Blue #353ECD

Tints of Free Speech Blue #353ECD

Color information

#353ECD (or 0x353ECD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3E and CD. RGB value is (53,62,205). Sum of RGB (Red+Green+Blue) = 53+62+205=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #353ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ECD is #CAC132. Grayscale: #4B4B4B. Windows color (decimal): -13287731 or 13450805. OLE color: 13450805.

HSL color Cylindrical-coordinate representation of color #353ECD: hue angle of 236.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353ECD is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5362205-
CMYK0.740.7000.20
HSL236.45º60.32%50.59%-
HSV(B)236.45º74.15%80.39%-
XYZ14.218.6158.67-
YUV75.61201.02111.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 205 (80.47% from 255) = 64.06%
R=16.56%
G=19.38%
B=64.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53622050.740.7000.20236.4560.3250.59
Hex353ECD4A46014ec3c33
Octal65763151121060243547463
Binary110101111110110011011001010100011001010011101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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