#354BCE

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

Shades of Free Speech Blue #354BCE

Tints of Free Speech Blue #354BCE

Color information

#354BCE (or 0x354BCE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4B and CE. RGB value is (53,75,206). Sum of RGB (Red+Green+Blue) = 53+75+206=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #354BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BCE is #CAB431. Grayscale: #525252. Windows color (decimal): -13284402 or 13519669. OLE color: 13519669.

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

Color convert

RGB5375206-
CMYK0.740.6400.19
HSL231.37º60.96%50.78%-
HSV(B)231.37º74.27%80.78%-
XYZ15.1210.2559.57-
YUV83.36197.21106.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=15.87%
G=22.46%
B=61.68%

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
Decimal53752060.740.6400.19231.3760.9650.78
Hex354BCE4A40013e73d33
Octal651133161121000233477563
Binary1101011001011110011101001010100000001001111100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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