#354ECA

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

Shades of Free Speech Blue #354ECA

Tints of Free Speech Blue #354ECA

Color information

#354ECA (or 0x354ECA) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4E and CA. RGB value is (53,78,202). Sum of RGB (Red+Green+Blue) = 53+78+202=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #354ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECA is #CAB135. Grayscale: #545454. Windows color (decimal): -13283638 or 13258293. OLE color: 13258293.

HSL color Cylindrical-coordinate representation of color #354ECA: hue angle of 229.93º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ECA is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5378202-
CMYK0.740.6100.21
HSL229.93º58.43%50%-
HSV(B)229.93º73.76%79.22%-
XYZ14.8510.4757.12-
YUV84.66194.22105.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=15.92%
G=23.42%
B=60.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53782020.740.6100.21229.9358.4350
Hex354ECA4A3D015e63a32
Octal65116312112750253467262
Binary110101100111011001010100101011110101010111100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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