#355bc7

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

Shades of Free Speech Blue #355BC7

Tints of Free Speech Blue #355BC7

Color information

#355BC7 (or 0x355BC7) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5B and C7. RGB value is (53,91,199). Sum of RGB (Red+Green+Blue) = 53+91+199=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #355BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BC7 is #CAA438. Grayscale: #5B5B5B. Windows color (decimal): -13280313 or 13065013. OLE color: 13065013.

HSL color Cylindrical-coordinate representation of color #355BC7: hue angle of 224.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355BC7 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5391199-
CMYK0.730.5400.22
HSL224.38º57.94%49.41%-
HSV(B)224.38º73.37%78.04%-
XYZ15.5212.3655.6-
YUV91.95188.41100.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 199 (78.12% from 255) = 58.02%
R=15.45%
G=26.53%
B=58.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53911990.730.5400.22224.3857.9449.41
Hex355BC74936016e03a31
Octal65133307111660263407261
Binary110101101101111000111100100111011001011011100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355bc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,91,199); }

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

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

 a { background-color: rgb(53,91,199); }

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

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

 span { border-color: rgb(53,91,199); }

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