#2537B1

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

Shades of Persian Blue #2537B1

Tints of Persian Blue #2537B1

Color information

#2537B1 (or 0x2537B1) is unknown color: approx Persian Blue. HEX triplet: 25, 37 and B1. RGB value is (37,55,177). Sum of RGB (Red+Green+Blue) = 37+55+177=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #2537B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2537B1 is #DAC84E. Grayscale: #3F3F3F. Windows color (decimal): -14338127 or 11613989. OLE color: 11613989.

HSL color Cylindrical-coordinate representation of color #2537B1: hue angle of 232.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2537B1 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3755177-
CMYK0.790.6900.31
HSL232.29º65.42%41.96%-
HSV(B)232.29º79.1%69.41%-
XYZ10.066.342.28-
YUV63.53192.04109.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 177 (69.53% from 255) = 65.80%
R=13.75%
G=20.45%
B=65.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37551770.790.6900.31232.2965.4241.96
Hex2537B14F4501Fe8412a
Octal456726111710503735010152
Binary1001011101111011000110011111000101011111111010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2537B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2537B1; }

 p { color: rgb(37,55,177); }

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

<style>
 a { background-color: #2537B1; }

 a { background-color: rgb(37,55,177); }

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

<style>
 span { border-color: #2537B1; }

 span { border-color: rgb(37,55,177); }

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