#3566CA

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

Shades of Free Speech Blue #3566CA

Tints of Free Speech Blue #3566CA

Color information

#3566CA (or 0x3566CA) is unknown color: approx Free Speech Blue. HEX triplet: 35, 66 and CA. RGB value is (53,102,202). Sum of RGB (Red+Green+Blue) = 53+102+202=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #3566CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566CA is #CA9935. Grayscale: #626262. Windows color (decimal): -13277494 or 13264437. OLE color: 13264437.

HSL color Cylindrical-coordinate representation of color #3566CA: hue angle of 220.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3566CA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53102202-
CMYK0.740.5000.21
HSL220.27º58.43%50%-
HSV(B)220.27º73.76%79.22%-
XYZ16.8814.5257.79-
YUV98.75186.2795.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=14.85%
G=28.57%
B=56.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531022020.740.5000.21220.2758.4350
Hex3566CA4A32015dc3a32
Octal65146312112620253347262
Binary110101110011011001010100101011001001010111011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3566CA; }

 p { color: rgb(53,102,202); }

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

<style>
 a { background-color: #3566CA; }

 a { background-color: rgb(53,102,202); }

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

<style>
 span { border-color: #3566CA; }

 span { border-color: rgb(53,102,202); }

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