#352AC7

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

Shades of Persian Blue #352AC7

Tints of Persian Blue #352AC7

Color information

#352AC7 (or 0x352AC7) is unknown color: approx Persian Blue. HEX triplet: 35, 2A and C7. RGB value is (53,42,199). Sum of RGB (Red+Green+Blue) = 53+42+199=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 199 (78.12% from 255 or 67.69% from 294); Max value from RGB is 199 - color contains mainly: blue. Hex color #352AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352AC7 is #CAD538. Grayscale: #3E3E3E. Windows color (decimal): -13292857 or 13052469. OLE color: 13052469.

HSL color Cylindrical-coordinate representation of color #352AC7: hue angle of 244.2º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352AC7 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5342199-
CMYK0.730.7900.22
HSL244.2º65.15%47.25%-
HSV(B)244.2º78.89%78.04%-
XYZ12.66.5454.63-
YUV63.19204.64120.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 199 (78.12% from 255) = 67.69%
R=18.03%
G=14.29%
B=67.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53421990.730.7900.22244.265.1547.25
Hex352AC7494F016f4412f
Octal655230711111702636410157
Binary1101011010101100011110010011001111010110111101001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,42,199); }

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

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

 a { background-color: rgb(53,42,199); }

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

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

 span { border-color: rgb(53,42,199); }

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