#3537AF

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

Shades of Persian Blue #3537AF

Tints of Persian Blue #3537AF

Color information

#3537AF (or 0x3537AF) is unknown color: approx Persian Blue. HEX triplet: 35, 37 and AF. RGB value is (53,55,175). Sum of RGB (Red+Green+Blue) = 53+55+175=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #3537AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3537AF is #CAC850. Grayscale: #434343. Windows color (decimal): -13289553 or 11482933. OLE color: 11482933.

HSL color Cylindrical-coordinate representation of color #3537AF: hue angle of 239.02º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3537AF is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5355175-
CMYK0.700.6900.31
HSL239.02º53.51%44.71%-
HSV(B)239.02º69.71%68.63%-
XYZ10.576.5841.27-
YUV68.08188.34117.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=18.73%
G=19.43%
B=61.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53551750.700.6900.31239.0253.5144.71
Hex3537AF464501Fef362d
Octal65672571061050373576655
Binary110101110111101011111000110100010101111111101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3537AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3537AF; }

 p { color: rgb(53,55,175); }

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

<style>
 a { background-color: #3537AF; }

 a { background-color: rgb(53,55,175); }

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

<style>
 span { border-color: #3537AF; }

 span { border-color: rgb(53,55,175); }

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