Html Css Color HEX #2531AA Persian Blue

📋 copy color: '#2531AA'

red 37 ◦ green 49 ◦ blue 170

#2531AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2531AA

Tints of Persian Blue #2531AA

RGB

 RED value IS 37 (14.84% from 255) = 14.45%

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 14.45%
G = 19.14%
B = 66.41%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2531AA (or 0x2531AA) is known color: Persian Blue. HEX triplet: 25, 31 and AA. RGB value is (37,49,170). Sum of RGB (Red+Green+Blue) = 37+49+170=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2531AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2531AA is #DACE55. Grayscale: #3A3A3A. Windows color (decimal): -14339670 or 11153701. OLE color: 11153701.

HSL color Cylindrical-coordinate representation of color #2531AA: hue angle of 234.59º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2531AA is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 49 170 -
CMYK 0.78 0.71 0 0.33
HSL 234.59º 0.64% 0.41% -
HSV(B) 234.59º 0.78% 0.67% -
XYZ 9.12 5.49 38.61 -
YUV 59.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 37 49 170 0.78 0.71 0 0.33 234.59 0.64 0.41
Hex 25 31 AA 4E 47 0 21 EB 40 29
Octal 45 61 252 116 107 0 41 353 100 51
Binary 100101 110001 10101010 1001110 1000111 0 100001 11101011 1000000 101001

Color Harmonies of #2531AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2531AA

Black with #2531AA

Text Example


Text Example

White with #2531AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2531AA;
 }
 .AnyTagClassName
 {
   color: #2531AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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