#353AD6

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

Shades of Free Speech Blue #353AD6

Tints of Free Speech Blue #353AD6

Color information

#353AD6 (or 0x353AD6) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3A and D6. RGB value is (53,58,214). Sum of RGB (Red+Green+Blue) = 53+58+214=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #353AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD6 is #CAC529. Grayscale: #494949. Windows color (decimal): -13288746 or 14039605. OLE color: 14039605.

HSL color Cylindrical-coordinate representation of color #353AD6: hue angle of 238.14º 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 #353AD6 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5358214-
CMYK0.750.7300.16
HSL238.14º66.26%52.35%-
HSV(B)238.14º75.23%83.92%-
XYZ15.128.6464.49-
YUV74.29206.84112.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 214 (83.98% from 255) = 65.85%
R=16.31%
G=17.85%
B=65.85%

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
Decimal53582140.750.7300.16238.1466.2652.35
Hex353AD64B49010ee4234
Octal657232611311102035610264
Binary1101011110101101011010010111001001010000111011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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