#3539BD

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

Shades of Persian Blue #3539BD

Tints of Persian Blue #3539BD

Color information

#3539BD (or 0x3539BD) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and BD. RGB value is (53,57,189). Sum of RGB (Red+Green+Blue) = 53+57+189=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #3539BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539BD is #CAC642. Grayscale: #464646. Windows color (decimal): -13289027 or 12400949. OLE color: 12400949.

HSL color Cylindrical-coordinate representation of color #3539BD: hue angle of 238.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3539BD is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5357189-
CMYK0.720.7000.26
HSL238.24º56.2%47.45%-
HSV(B)238.24º71.96%74.12%-
XYZ12.127.3648.93-
YUV70.85194.67115.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=17.73%
G=19.06%
B=63.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53571890.720.7000.26238.2456.247.45
Hex3539BD484601Aee382f
Octal65712751101060323567057
Binary110101111001101111011001000100011001101011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3539BD; }

 p { color: rgb(53,57,189); }

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

<style>
 a { background-color: #3539BD; }

 a { background-color: rgb(53,57,189); }

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

<style>
 span { border-color: #3539BD; }

 span { border-color: rgb(53,57,189); }

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