#353AD3

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

Shades of Free Speech Blue #353AD3

Tints of Free Speech Blue #353AD3

Color information

#353AD3 (or 0x353AD3) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3A and D3. RGB value is (53,58,211). Sum of RGB (Red+Green+Blue) = 53+58+211=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 211 (82.81% from 255 or 65.53% from 322); Max value from RGB is 211 - color contains mainly: blue. Hex color #353AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD3 is #CAC52C. Grayscale: #494949. Windows color (decimal): -13288749 or 13842997. OLE color: 13842997.

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

Color convert

RGB5358211-
CMYK0.750.7300.17
HSL238.1º64.23%51.76%-
HSV(B)238.1º74.88%82.75%-
XYZ14.748.4962.49-
YUV73.95205.34113.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 211 (82.81% from 255) = 65.53%
R=16.46%
G=18.01%
B=65.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53582110.750.7300.17238.164.2351.76
Hex353AD34B49011ee4034
Octal657232311311102135610064
Binary1101011110101101001110010111001001010001111011101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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