#3565CA

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

Shades of Free Speech Blue #3565CA

Tints of Free Speech Blue #3565CA

Color information

#3565CA (or 0x3565CA) is unknown color: approx Free Speech Blue. HEX triplet: 35, 65 and CA. RGB value is (53,101,202). Sum of RGB (Red+Green+Blue) = 53+101+202=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #3565CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565CA is #CA9A35. Grayscale: #616161. Windows color (decimal): -13277750 or 13264181. OLE color: 13264181.

HSL color Cylindrical-coordinate representation of color #3565CA: hue angle of 220.67º 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 #3565CA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53101202-
CMYK0.740.5000.21
HSL220.67º58.43%50%-
HSV(B)220.67º73.76%79.22%-
XYZ16.7814.3357.76-
YUV98.16186.695.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=14.89%
G=28.37%
B=56.74%

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
Decimal531012020.740.5000.21220.6758.4350
Hex3565CA4A32015dd3a32
Octal65145312112620253357262
Binary110101110010111001010100101011001001010111011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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