#354ECC

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

Shades of Free Speech Blue #354ECC

Tints of Free Speech Blue #354ECC

Color information

#354ECC (or 0x354ECC) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4E and CC. RGB value is (53,78,204). Sum of RGB (Red+Green+Blue) = 53+78+204=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #354ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECC is #CAB133. Grayscale: #545454. Windows color (decimal): -13283636 or 13389365. OLE color: 13389365.

HSL color Cylindrical-coordinate representation of color #354ECC: hue angle of 230.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ECC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5378204-
CMYK0.740.6200.2
HSL230.07º59.68%50.39%-
HSV(B)230.07º74.02%80%-
XYZ15.0910.5758.37-
YUV84.89195.22105.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=15.82%
G=23.28%
B=60.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal53782040.740.6200.2230.0759.6850.39
Hex354ECC4A3E014e63c32
Octal65116314112760243467462
Binary110101100111011001100100101011111001010011100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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