#3531BF

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

Shades of Persian Blue #3531BF

Tints of Persian Blue #3531BF

Color information

#3531BF (or 0x3531BF) is unknown color: approx Persian Blue. HEX triplet: 35, 31 and BF. RGB value is (53,49,191). Sum of RGB (Red+Green+Blue) = 53+49+191=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #3531BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531BF is #CACE40. Grayscale: #414141. Windows color (decimal): -13291073 or 12529973. OLE color: 12529973.

HSL color Cylindrical-coordinate representation of color #3531BF: hue angle of 241.69º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3531BF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5349191-
CMYK0.720.7400.25
HSL241.69º59.17%47.06%-
HSV(B)241.69º74.35%74.9%-
XYZ11.976.7249.96-
YUV66.38198.33118.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 191 (75% from 255) = 65.19%
R=18.09%
G=16.72%
B=65.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53491910.720.7400.25241.6959.1747.06
Hex3531BF484A019f23b2f
Octal65612771101120313627357
Binary110101110001101111111001000100101001100111110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3531BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3531BF; }

 p { color: rgb(53,49,191); }

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

<style>
 a { background-color: #3531BF; }

 a { background-color: rgb(53,49,191); }

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

<style>
 span { border-color: #3531BF; }

 span { border-color: rgb(53,49,191); }

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