#353AB6

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

Shades of Persian Blue #353AB6

Tints of Persian Blue #353AB6

Color information

#353AB6 (or 0x353AB6) is unknown color: approx Persian Blue. HEX triplet: 35, 3A and B6. RGB value is (53,58,182). Sum of RGB (Red+Green+Blue) = 53+58+182=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #353AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB6 is #CAC549. Grayscale: #464646. Windows color (decimal): -13288778 or 11942453. OLE color: 11942453.

HSL color Cylindrical-coordinate representation of color #353AB6: hue angle of 237.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353AB6 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5358182-
CMYK0.710.6800.29
HSL237.67º54.89%46.08%-
HSV(B)237.67º70.88%71.37%-
XYZ11.427.1645.04-
YUV70.64190.84115.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 182 (71.48% from 255) = 62.12%
R=18.09%
G=19.80%
B=62.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53581820.710.6800.29237.6754.8946.08
Hex353AB6474401Dee372e
Octal65722661071040353566756
Binary110101111010101101101000111100010001110111101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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