#353AA8

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

Shades of Persian Blue #353AA8

Tints of Persian Blue #353AA8

Color information

#353AA8 (or 0x353AA8) is unknown color: approx Persian Blue. HEX triplet: 35, 3A and A8. RGB value is (53,58,168). Sum of RGB (Red+Green+Blue) = 53+58+168=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #353AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AA8 is #CAC557. Grayscale: #444444. Windows color (decimal): -13288792 or 11024949. OLE color: 11024949.

HSL color Cylindrical-coordinate representation of color #353AA8: hue angle of 237.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353AA8 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5358168-
CMYK0.680.6500.34
HSL237.39º52.04%43.33%-
HSV(B)237.39º68.45%65.88%-
XYZ10.056.6137.79-
YUV69.04183.84116.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 168 (66.02% from 255) = 60.22%
R=19.00%
G=20.79%
B=60.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53581680.680.6500.34237.3952.0443.33
Hex353AA84441022ed342b
Octal65722501041010423556453
Binary1101011110101010100010001001000001010001011101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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