#355CD1

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

Shades of Free Speech Blue #355CD1

Tints of Free Speech Blue #355CD1

Color information

#355CD1 (or 0x355CD1) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5C and D1. RGB value is (53,92,209). Sum of RGB (Red+Green+Blue) = 53+92+209=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #355CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CD1 is #CAA32E. Grayscale: #5D5D5D. Windows color (decimal): -13280047 or 13720629. OLE color: 13720629.

HSL color Cylindrical-coordinate representation of color #355CD1: hue angle of 225º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355CD1 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5392209-
CMYK0.750.5600.18
HSL225º62.9%51.37%-
HSV(B)225º74.64%81.96%-
XYZ16.813.0161.95-
YUV93.68193.0898.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=14.97%
G=25.99%
B=59.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53922090.750.5600.1822562.951.37
Hex355CD14B38012e13f33
Octal65134321113700223417763
Binary110101101110011010001100101111100001001011100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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