#352FD1

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

Shades of Persian Blue #352FD1

Tints of Persian Blue #352FD1

Color information

#352FD1 (or 0x352FD1) is unknown color: approx Persian Blue. HEX triplet: 35, 2F and D1. RGB value is (53,47,209). Sum of RGB (Red+Green+Blue) = 53+47+209=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #352FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FD1 is #CAD02E. Grayscale: #424242. Windows color (decimal): -13291567 or 13709109. OLE color: 13709109.

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

Color convert

RGB5347209-
CMYK0.750.7800.18
HSL242.22º63.78%50.2%-
HSV(B)242.22º77.51%81.96%-
XYZ13.997.3961.01-
YUV67.26207.99117.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 209 (82.03% from 255) = 67.64%
R=17.15%
G=15.21%
B=67.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53472090.750.7800.18242.2263.7850.2
Hex352FD14B4E012f24032
Octal655732111311602236210062
Binary1101011011111101000110010111001110010010111100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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