#3552DC

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

Shades of Free Speech Blue #3552DC

Tints of Free Speech Blue #3552DC

Color information

#3552DC (or 0x3552DC) is unknown color: approx Free Speech Blue. HEX triplet: 35, 52 and DC. RGB value is (53,82,220). Sum of RGB (Red+Green+Blue) = 53+82+220=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #3552DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3552DC is #CAAD23. Grayscale: #585858. Windows color (decimal): -13282596 or 14438965. OLE color: 14438965.

HSL color Cylindrical-coordinate representation of color #3552DC: hue angle of 229.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3552DC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5382220-
CMYK0.760.6300.14
HSL229.58º70.46%53.53%-
HSV(B)229.58º75.91%86.27%-
XYZ17.411.9669.1-
YUV89.06201.89102.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 220 (86.33% from 255) = 61.97%
R=14.93%
G=23.10%
B=61.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53822200.760.6300.14229.5870.4653.53
Hex3552DC4C3F0Ee64636
Octal651223341147701634610666
Binary110101101001011011100100110011111101110111001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3552DC; }

 p { color: rgb(53,82,220); }

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

<style>
 a { background-color: #3552DC; }

 a { background-color: rgb(53,82,220); }

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

<style>
 span { border-color: #3552DC; }

 span { border-color: rgb(53,82,220); }

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