#355CCD

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

Shades of Free Speech Blue #355CCD

Tints of Free Speech Blue #355CCD

Color information

#355CCD (or 0x355CCD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5C and CD. RGB value is (53,92,205). Sum of RGB (Red+Green+Blue) = 53+92+205=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #355CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCD is #CAA332. Grayscale: #5C5C5C. Windows color (decimal): -13280051 or 13458485. OLE color: 13458485.

HSL color Cylindrical-coordinate representation of color #355CCD: hue angle of 224.61º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355CCD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5392205-
CMYK0.740.5500.20
HSL224.61º60.32%50.59%-
HSV(B)224.61º74.15%80.39%-
XYZ16.3112.8259.37-
YUV93.22191.0899.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 205 (80.47% from 255) = 58.57%
R=15.14%
G=26.29%
B=58.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53922050.740.5500.20224.6160.3250.59
Hex355CCD4A37014e13c33
Octal65134315112670243417463
Binary110101101110011001101100101011011101010011100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,92,205); }

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

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

 a { background-color: rgb(53,92,205); }

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

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

 span { border-color: rgb(53,92,205); }

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