#354ACA

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

Shades of Free Speech Blue #354ACA

Tints of Free Speech Blue #354ACA

Color information

#354ACA (or 0x354ACA) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4A and CA. RGB value is (53,74,202). Sum of RGB (Red+Green+Blue) = 53+74+202=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #354ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ACA is #CAB535. Grayscale: #515151. Windows color (decimal): -13284662 or 13257269. OLE color: 13257269.

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

Color convert

RGB5374202-
CMYK0.740.6300.21
HSL231.54º58.43%50%-
HSV(B)231.54º73.76%79.22%-
XYZ14.589.9257.02-
YUV82.31195.54107.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=16.11%
G=22.49%
B=61.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53742020.740.6300.21231.5458.4350
Hex354ACA4A3F015e83a32
Octal65112312112770253507262
Binary110101100101011001010100101011111101010111101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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