#3562C8

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

Shades of Free Speech Blue #3562C8

Tints of Free Speech Blue #3562C8

Color information

#3562C8 (or 0x3562C8) is unknown color: approx Free Speech Blue. HEX triplet: 35, 62 and C8. RGB value is (53,98,200). Sum of RGB (Red+Green+Blue) = 53+98+200=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #3562C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562C8 is #CA9D37. Grayscale: #5F5F5F. Windows color (decimal): -13278520 or 13132341. OLE color: 13132341.

HSL color Cylindrical-coordinate representation of color #3562C8: hue angle of 221.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3562C8 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5398200-
CMYK0.740.5100.22
HSL221.63º58.1%49.61%-
HSV(B)221.63º73.5%78.43%-
XYZ16.2613.6656.42-
YUV96.17186.5997.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 200 (78.52% from 255) = 56.98%
R=15.10%
G=27.92%
B=56.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53982000.740.5100.22221.6358.149.61
Hex3562C84A33016de3a32
Octal65142310112630263367262
Binary110101110001011001000100101011001101011011011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3562C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3562C8; }

 p { color: rgb(53,98,200); }

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

<style>
 a { background-color: #3562C8; }

 a { background-color: rgb(53,98,200); }

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

<style>
 span { border-color: #3562C8; }

 span { border-color: rgb(53,98,200); }

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