#354ECD

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

Shades of Free Speech Blue #354ECD

Tints of Free Speech Blue #354ECD

Color information

#354ECD (or 0x354ECD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4E and CD. RGB value is (53,78,205). Sum of RGB (Red+Green+Blue) = 53+78+205=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #354ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECD is #CAB132. Grayscale: #545454. Windows color (decimal): -13283635 or 13454901. OLE color: 13454901.

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

Color convert

RGB5378205-
CMYK0.740.6200.20
HSL230.13º60.32%50.59%-
HSV(B)230.13º74.15%80.39%-
XYZ15.2110.6159-
YUV85195.72105.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 205 (80.47% from 255) = 61.01%
R=15.77%
G=23.21%
B=61.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53782050.740.6200.20230.1360.3250.59
Hex354ECD4A3E014e63c33
Octal65116315112760243467463
Binary110101100111011001101100101011111001010011100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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