#352bd6

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

Shades of Persian Blue #352BD6

Tints of Persian Blue #352BD6

Color information

#352BD6 (or 0x352BD6) is unknown color: approx Persian Blue. HEX triplet: 35, 2B and D6. RGB value is (53,43,214). Sum of RGB (Red+Green+Blue) = 53+43+214=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #352BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BD6 is #CAD429. Grayscale: #404040. Windows color (decimal): -13292586 or 14035765. OLE color: 14035765.

HSL color Cylindrical-coordinate representation of color #352BD6: hue angle of 243.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352BD6 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5343214-
CMYK0.750.8000.16
HSL243.51º67.59%50.39%-
HSV(B)243.51º79.91%83.92%-
XYZ14.477.3464.27-
YUV65.48211.81119.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 214 (83.98% from 255) = 69.03%
R=17.10%
G=13.87%
B=69.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53432140.750.8000.16243.5167.5950.39
Hex352BD64B50010f44432
Octal655332611312002036410462
Binary1101011010111101011010010111010000010000111101001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,214); }

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

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

 a { background-color: rgb(53,43,214); }

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

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

 span { border-color: rgb(53,43,214); }

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