#354BCB

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

Shades of Free Speech Blue #354BCB

Tints of Free Speech Blue #354BCB

Color information

#354BCB (or 0x354BCB) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4B and CB. RGB value is (53,75,203). Sum of RGB (Red+Green+Blue) = 53+75+203=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #354BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BCB is #CAB434. Grayscale: #525252. Windows color (decimal): -13284405 or 13323061. OLE color: 13323061.

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

Color convert

RGB5375203-
CMYK0.740.6300.20
HSL231.2º59.06%50.2%-
HSV(B)231.2º73.89%79.61%-
XYZ14.7610.157.67-
YUV83.01195.71106.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=16.01%
G=22.66%
B=61.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53752030.740.6300.20231.259.0650.2
Hex354BCB4A3F014e73b32
Octal65113313112770243477362
Binary110101100101111001011100101011111101010011100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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