#3534D1

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

Shades of Persian Blue #3534D1

Tints of Persian Blue #3534D1

Color information

#3534D1 (or 0x3534D1) is unknown color: approx Persian Blue. HEX triplet: 35, 34 and D1. RGB value is (53,52,209). Sum of RGB (Red+Green+Blue) = 53+52+209=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 209 (82.03% from 255 or 66.56% from 314); Max value from RGB is 209 - color contains mainly: blue. Hex color #3534D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534D1 is #CACB2E. Grayscale: #454545. Windows color (decimal): -13290287 or 13710389. OLE color: 13710389.

HSL color Cylindrical-coordinate representation of color #3534D1: hue angle of 240.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3534D1 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5352209-
CMYK0.750.7500.18
HSL240.38º63.05%51.18%-
HSV(B)240.38º75.12%81.96%-
XYZ14.27.8261.08-
YUV70.2206.33115.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 209 (82.03% from 255) = 66.56%
R=16.88%
G=16.56%
B=66.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53522090.750.7500.18240.3863.0551.18
Hex3534D14B4B012f03f33
Octal65643211131130223607763
Binary110101110100110100011001011100101101001011110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3534D1; }

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

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

<style>
 a { background-color: #3534D1; }

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

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

<style>
 span { border-color: #3534D1; }

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

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