#352DB6

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

Shades of Persian Blue #352DB6

Tints of Persian Blue #352DB6

Color information

#352DB6 (or 0x352DB6) is unknown color: approx Persian Blue. HEX triplet: 35, 2D and B6. RGB value is (53,45,182). Sum of RGB (Red+Green+Blue) = 53+45+182=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #352DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DB6 is #CAD249. Grayscale: #3E3E3E. Windows color (decimal): -13292106 or 11939125. OLE color: 11939125.

HSL color Cylindrical-coordinate representation of color #352DB6: hue angle of 243.5º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352DB6 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5345182-
CMYK0.710.7500.29
HSL243.5º60.35%44.51%-
HSV(B)243.5º75.27%71.37%-
XYZ10.856.0144.84-
YUV63.01195.15120.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 182 (71.48% from 255) = 65%
R=18.93%
G=16.07%
B=65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53451820.710.7500.29243.560.3544.51
Hex352DB6474B01Df43c2d
Octal65552661071130353647455
Binary110101101101101101101000111100101101110111110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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