#352CAB

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

Shades of Persian Blue #352CAB

Tints of Persian Blue #352CAB

Color information

#352CAB (or 0x352CAB) is unknown color: approx Persian Blue. HEX triplet: 35, 2C and AB. RGB value is (53,44,171). Sum of RGB (Red+Green+Blue) = 53+44+171=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #352CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352CAB is #CAD354. Grayscale: #3C3C3C. Windows color (decimal): -13292373 or 11217973. OLE color: 11217973.

HSL color Cylindrical-coordinate representation of color #352CAB: hue angle of 244.25º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #352CAB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5344171-
CMYK0.690.7400.33
HSL244.25º59.07%42.16%-
HSV(B)244.25º74.27%67.06%-
XYZ9.725.539.08-
YUV61.17189.98122.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 171 (67.19% from 255) = 63.81%
R=19.78%
G=16.42%
B=63.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53441710.690.7400.33244.2559.0742.16
Hex352CAB454A021f43b2a
Octal65542531051120413647352
Binary1101011011001010101110001011001010010000111110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352CAB; }

 p { color: rgb(53,44,171); }

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

<style>
 a { background-color: #352CAB; }

 a { background-color: rgb(53,44,171); }

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

<style>
 span { border-color: #352CAB; }

 span { border-color: rgb(53,44,171); }

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