#354ACE

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

Shades of Free Speech Blue #354ACE

Tints of Free Speech Blue #354ACE

Color information

#354ACE (or 0x354ACE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4A and CE. RGB value is (53,74,206). Sum of RGB (Red+Green+Blue) = 53+74+206=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #354ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ACE is #CAB531. Grayscale: #525252. Windows color (decimal): -13284658 or 13519413. OLE color: 13519413.

HSL color Cylindrical-coordinate representation of color #354ACE: hue angle of 231.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ACE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5374206-
CMYK0.740.6400.19
HSL231.76º60.96%50.78%-
HSV(B)231.76º74.27%80.78%-
XYZ15.0610.1159.55-
YUV82.77197.54106.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 206 (80.86% from 255) = 61.86%
R=15.92%
G=22.22%
B=61.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53742060.740.6400.19231.7660.9650.78
Hex354ACE4A40013e83d33
Octal651123161121000233507563
Binary1101011001010110011101001010100000001001111101000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,206); }

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

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

 a { background-color: rgb(53,74,206); }

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

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

 span { border-color: rgb(53,74,206); }

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