#354EC3

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

Shades of Free Speech Blue #354EC3

Tints of Free Speech Blue #354EC3

Color information

#354EC3 (or 0x354EC3) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4E and C3. RGB value is (53,78,195). Sum of RGB (Red+Green+Blue) = 53+78+195=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #354EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EC3 is #CAB13C. Grayscale: #535353. Windows color (decimal): -13283645 or 12799541. OLE color: 12799541.

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

Color convert

RGB5378195-
CMYK0.730.600.24
HSL229.44º57.26%48.63%-
HSV(B)229.44º72.82%76.47%-
XYZ14.0410.1552.85-
YUV83.86190.72105.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 195 (76.56% from 255) = 59.82%
R=16.26%
G=23.93%
B=59.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53781950.730.600.24229.4457.2648.63
Hex354EC3493C018e53931
Octal65116303111740303457161
Binary110101100111011000011100100111110001100011100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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