#354FC3

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

Shades of Free Speech Blue #354FC3

Tints of Free Speech Blue #354FC3

Color information

#354FC3 (or 0x354FC3) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4F and C3. RGB value is (53,79,195). Sum of RGB (Red+Green+Blue) = 53+79+195=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #354FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FC3 is #CAB03C. Grayscale: #535353. Windows color (decimal): -13283389 or 12799797. OLE color: 12799797.

HSL color Cylindrical-coordinate representation of color #354FC3: hue angle of 229.01º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354FC3 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5379195-
CMYK0.730.5900.24
HSL229.01º57.26%48.63%-
HSV(B)229.01º72.82%76.47%-
XYZ14.1110.2952.87-
YUV84.45190.39105.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 195 (76.56% from 255) = 59.63%
R=16.21%
G=24.16%
B=59.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53791950.730.5900.24229.0157.2648.63
Hex354FC3493B018e53931
Octal65117303111730303457161
Binary110101100111111000011100100111101101100011100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354FC3; }

 p { color: rgb(53,79,195); }

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

<style>
 a { background-color: #354FC3; }

 a { background-color: rgb(53,79,195); }

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

<style>
 span { border-color: #354FC3; }

 span { border-color: rgb(53,79,195); }

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