#3553CD

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

Shades of Free Speech Blue #3553CD

Tints of Free Speech Blue #3553CD

Color information

#3553CD (or 0x3553CD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 53 and CD. RGB value is (53,83,205). Sum of RGB (Red+Green+Blue) = 53+83+205=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #3553CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553CD is #CAAC32. Grayscale: #575757. Windows color (decimal): -13282355 or 13456181. OLE color: 13456181.

HSL color Cylindrical-coordinate representation of color #3553CD: hue angle of 228.16º 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 #3553CD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5383205-
CMYK0.740.6000.20
HSL228.16º60.32%50.59%-
HSV(B)228.16º74.15%80.39%-
XYZ15.5811.3559.13-
YUV87.94194.06103.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=15.54%
G=24.34%
B=60.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53832050.740.6000.20228.1660.3250.59
Hex3553CD4A3C014e43c33
Octal65123315112740243447463
Binary110101101001111001101100101011110001010011100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3553CD; }

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

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

<style>
 a { background-color: #3553CD; }

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

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

<style>
 span { border-color: #3553CD; }

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

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