#352DB9

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

Shades of Persian Blue #352DB9

Tints of Persian Blue #352DB9

Color information

#352DB9 (or 0x352DB9) is unknown color: approx Persian Blue. HEX triplet: 35, 2D and B9. RGB value is (53,45,185). Sum of RGB (Red+Green+Blue) = 53+45+185=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #352DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DB9 is #CAD246. Grayscale: #3E3E3E. Windows color (decimal): -13292103 or 12135733. OLE color: 12135733.

HSL color Cylindrical-coordinate representation of color #352DB9: hue angle of 243.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352DB9 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5345185-
CMYK0.710.7600.27
HSL243.43º60.87%45.1%-
HSV(B)243.43º75.68%72.55%-
XYZ11.166.1446.5-
YUV63.35196.65120.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 185 (72.66% from 255) = 65.37%
R=18.73%
G=15.90%
B=65.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53451850.710.7600.27243.4360.8745.1
Hex352DB9474C01Bf33d2d
Octal65552711071140333637555
Binary110101101101101110011000111100110001101111110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,185); }

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

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

 a { background-color: rgb(53,45,185); }

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

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

 span { border-color: rgb(53,45,185); }

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