#355FC9

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

Shades of Free Speech Blue #355FC9

Tints of Free Speech Blue #355FC9

Color information

#355FC9 (or 0x355FC9) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5F and C9. RGB value is (53,95,201). Sum of RGB (Red+Green+Blue) = 53+95+201=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #355FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FC9 is #CAA036. Grayscale: #5E5E5E. Windows color (decimal): -13279287 or 13197109. OLE color: 13197109.

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

Color convert

RGB5395201-
CMYK0.740.5300.21
HSL222.97º58.27%49.8%-
HSV(B)222.97º73.63%78.82%-
XYZ16.113.1656.95-
YUV94.53188.0998.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=15.19%
G=27.22%
B=57.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53952010.740.5300.21222.9758.2749.8
Hex355FC94A35015df3a32
Octal65137311112650253377262
Binary110101101111111001001100101011010101010111011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,201); }

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

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

 a { background-color: rgb(53,95,201); }

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

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

 span { border-color: rgb(53,95,201); }

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