#354EC6

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

Shades of Free Speech Blue #354EC6

Tints of Free Speech Blue #354EC6

Color information

#354EC6 (or 0x354EC6) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4E and C6. RGB value is (53,78,198). Sum of RGB (Red+Green+Blue) = 53+78+198=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #354EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EC6 is #CAB139. Grayscale: #535353. Windows color (decimal): -13283642 or 12996149. OLE color: 12996149.

HSL color Cylindrical-coordinate representation of color #354EC6: hue angle of 229.66º 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 #354EC6 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5378198-
CMYK0.730.6100.22
HSL229.66º57.77%49.22%-
HSV(B)229.66º73.23%77.65%-
XYZ14.3910.2854.65-
YUV84.2192.22105.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 198 (77.73% from 255) = 60.18%
R=16.11%
G=23.71%
B=60.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53781980.730.6100.22229.6657.7749.22
Hex354EC6493D016e63a31
Octal65116306111750263467261
Binary110101100111011000110100100111110101011011100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,198); }

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

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

 a { background-color: rgb(53,78,198); }

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

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

 span { border-color: rgb(53,78,198); }

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