#2537BD

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

Shades of Persian Blue #2537BD

Tints of Persian Blue #2537BD

Color information

#2537BD (or 0x2537BD) is unknown color: approx Persian Blue. HEX triplet: 25, 37 and BD. RGB value is (37,55,189). Sum of RGB (Red+Green+Blue) = 37+55+189=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #2537BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537BD is #DAC842. Grayscale: #404040. Windows color (decimal): -14338115 or 12400421. OLE color: 12400421.

HSL color Cylindrical-coordinate representation of color #2537BD: hue angle of 232.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2537BD is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3755189-
CMYK0.800.7100.26
HSL232.89º67.26%44.31%-
HSV(B)232.89º80.42%74.12%-
XYZ11.316.848.86-
YUV64.89198.04108.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=13.17%
G=19.57%
B=67.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37551890.800.7100.26232.8967.2644.31
Hex2537BD504701Ae9432c
Octal456727512010703235110354
Binary1001011101111011110110100001000111011010111010011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2537BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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