#353AD5

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

Shades of Free Speech Blue #353AD5

Tints of Free Speech Blue #353AD5

Color information

#353AD5 (or 0x353AD5) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3A and D5. RGB value is (53,58,213). Sum of RGB (Red+Green+Blue) = 53+58+213=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #353AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD5 is #CAC52A. Grayscale: #494949. Windows color (decimal): -13288747 or 13974069. OLE color: 13974069.

HSL color Cylindrical-coordinate representation of color #353AD5: hue angle of 238.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353AD5 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5358213-
CMYK0.750.7300.16
HSL238.12º65.57%52.16%-
HSV(B)238.12º75.12%83.53%-
XYZ14.998.5963.82-
YUV74.18206.34112.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 213 (83.59% from 255) = 65.74%
R=16.36%
G=17.90%
B=65.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53582130.750.7300.16238.1265.5752.16
Hex353AD54B49010ee4234
Octal657232511311102035610264
Binary1101011110101101010110010111001001010000111011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353AD5; }

 p { color: rgb(53,58,213); }

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

<style>
 a { background-color: #353AD5; }

 a { background-color: rgb(53,58,213); }

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

<style>
 span { border-color: #353AD5; }

 span { border-color: rgb(53,58,213); }

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