#2531D3

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

Shades of Persian Blue #2531D3

Tints of Persian Blue #2531D3

Color information

#2531D3 (or 0x2531D3) is unknown color: approx Persian Blue. HEX triplet: 25, 31 and D3. RGB value is (37,49,211). Sum of RGB (Red+Green+Blue) = 37+49+211=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 211 (82.81% from 255 or 71.04% from 297); Max value from RGB is 211 - color contains mainly: blue. Hex color #2531D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531D3 is #DACE2C. Grayscale: #3F3F3F. Windows color (decimal): -14339629 or 13840677. OLE color: 13840677.

HSL color Cylindrical-coordinate representation of color #2531D3: hue angle of 235.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2531D3 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3749211-
CMYK0.820.7700.17
HSL235.86º70.16%48.63%-
HSV(B)235.86º82.46%82.75%-
XYZ13.627.2962.32-
YUV63.88211.02108.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 211 (82.81% from 255) = 71.04%
R=12.46%
G=16.50%
B=71.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal37492110.820.7700.17235.8670.1648.63
Hex2531D3524D011ec4631
Octal456132312211502135410661
Binary1001011100011101001110100101001101010001111011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2531D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2531D3; }

 p { color: rgb(37,49,211); }

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

<style>
 a { background-color: #2531D3; }

 a { background-color: rgb(37,49,211); }

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

<style>
 span { border-color: #2531D3; }

 span { border-color: rgb(37,49,211); }

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