#352cd1

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

Shades of Persian Blue #352CD1

Tints of Persian Blue #352CD1

Color information

#352CD1 (or 0x352CD1) is unknown color: approx Persian Blue. HEX triplet: 35, 2C and D1. RGB value is (53,44,209). Sum of RGB (Red+Green+Blue) = 53+44+209=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #352CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CD1 is #CAD32E. Grayscale: #404040. Windows color (decimal): -13292335 or 13708341. OLE color: 13708341.

HSL color Cylindrical-coordinate representation of color #352CD1: hue angle of 243.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352CD1 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5344209-
CMYK0.750.7900.18
HSL243.27º65.22%49.61%-
HSV(B)243.27º78.95%81.96%-
XYZ13.887.1660.97-
YUV65.5208.98119.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 209 (82.03% from 255) = 68.30%
R=17.32%
G=14.38%
B=68.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53442090.750.7900.18243.2765.2249.61
Hex352CD14B4F012f34132
Octal655432111311702236310162
Binary1101011011001101000110010111001111010010111100111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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