Html Css Color HEX #2531AF Persian Blue

📋 copy color: '#2531AF'

red 37 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #2531AF

Tints of Persian Blue #2531AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 14.18%
G = 18.77%
B = 67.05%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2531AF (or 0x2531AF) is known color: Persian Blue. HEX triplet: 25, 31 and AF. RGB value is (37,49,175). Sum of RGB (Red+Green+Blue) = 37+49+175=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #2531AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2531AF is #DACE50. Grayscale: #3B3B3B. Windows color (decimal): -14339665 or 11481381. OLE color: 11481381.

HSL color Cylindrical-coordinate representation of color #2531AF: hue angle of 234.78º 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 #2531AF is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 49 175 -
CMYK 0.79 0.72 0 0.31
HSL 234.78º 0.65% 0.42% -
HSV(B) 234.78º 0.79% 0.69% -
XYZ 9.6 5.69 41.15 -
YUV 59.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 37 49 175 0.79 0.72 0 0.31 234.78 0.65 0.42
Hex 25 31 AF 4F 48 0 1F EB 41 2A
Octal 45 61 257 117 110 0 37 353 101 52
Binary 100101 110001 10101111 1001111 1001000 0 11111 11101011 1000001 101010

Color Harmonies of #2531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2531AF

Black with #2531AF

Text Example


Text Example

White with #2531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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