#354BE1

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

Shades of Free Speech Blue #354BE1

Tints of Free Speech Blue #354BE1

Color information

#354BE1 (or 0x354BE1) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4B and E1. RGB value is (53,75,225). Sum of RGB (Red+Green+Blue) = 53+75+225=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #354BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BE1 is #CAB41E. Grayscale: #545454. Windows color (decimal): -13284383 or 14764853. OLE color: 14764853.

HSL color Cylindrical-coordinate representation of color #354BE1: hue angle of 232.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354BE1 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5375225-
CMYK0.760.6700.12
HSL232.33º74.14%54.51%-
HSV(B)232.33º76.44%88.24%-
XYZ17.5711.2372.47-
YUV85.52206.71104.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 225 (88.28% from 255) = 63.74%
R=15.01%
G=21.25%
B=63.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal53752250.760.6700.12232.3374.1454.51
Hex354BE14C430Ce84a37
Octal6511334111410301435011267
Binary1101011001011111000011001100100001101100111010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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