#2531CA

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

Shades of Persian Blue #2531CA

Tints of Persian Blue #2531CA

Color information

#2531CA (or 0x2531CA) is unknown color: approx Persian Blue. HEX triplet: 25, 31 and CA. RGB value is (37,49,202). Sum of RGB (Red+Green+Blue) = 37+49+202=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #2531CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531CA is #DACE35. Grayscale: #3E3E3E. Windows color (decimal): -14339638 or 13250853. OLE color: 13250853.

HSL color Cylindrical-coordinate representation of color #2531CA: hue angle of 235.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2531CA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3749202-
CMYK0.820.7600.21
HSL235.64º69.04%46.86%-
HSV(B)235.64º81.68%79.22%-
XYZ12.526.8556.54-
YUV62.85206.52109.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 202 (79.30% from 255) = 70.14%
R=12.85%
G=17.01%
B=70.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37492020.820.7600.21235.6469.0446.86
Hex2531CA524C015ec452f
Octal456131212211402535410557
Binary1001011100011100101010100101001100010101111011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2531CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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