#355EC8

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

Shades of Free Speech Blue #355EC8

Tints of Free Speech Blue #355EC8

Color information

#355EC8 (or 0x355EC8) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5E and C8. RGB value is (53,94,200). Sum of RGB (Red+Green+Blue) = 53+94+200=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #355EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EC8 is #CAA137. Grayscale: #5D5D5D. Windows color (decimal): -13279544 or 13131317. OLE color: 13131317.

HSL color Cylindrical-coordinate representation of color #355EC8: hue angle of 223.27º 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 #355EC8 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5394200-
CMYK0.740.5300.22
HSL223.27º58.1%49.61%-
HSV(B)223.27º73.5%78.43%-
XYZ15.912.9356.3-
YUV93.82187.9298.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 200 (78.52% from 255) = 57.64%
R=15.27%
G=27.09%
B=57.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53942000.740.5300.22223.2758.149.61
Hex355EC84A35016df3a32
Octal65136310112650263377262
Binary110101101111011001000100101011010101011011011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355EC8; }

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

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

<style>
 a { background-color: #355EC8; }

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

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

<style>
 span { border-color: #355EC8; }

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

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