#354CCE

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

Shades of Free Speech Blue #354CCE

Tints of Free Speech Blue #354CCE

Color information

#354CCE (or 0x354CCE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4C and CE. RGB value is (53,76,206). Sum of RGB (Red+Green+Blue) = 53+76+206=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #354CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CCE is #CAB331. Grayscale: #535353. Windows color (decimal): -13284146 or 13519925. OLE color: 13519925.

HSL color Cylindrical-coordinate representation of color #354CCE: hue angle of 230.98º 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 #354CCE is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5376206-
CMYK0.740.6300.19
HSL230.98º60.96%50.78%-
HSV(B)230.98º74.27%80.78%-
XYZ15.1910.3859.6-
YUV83.94196.88105.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=15.82%
G=22.69%
B=61.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53762060.740.6300.19230.9860.9650.78
Hex354CCE4A3F013e73d33
Octal65114316112770233477563
Binary110101100110011001110100101011111101001111100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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