Html Css Color HEX #2531BA Persian Blue

📋 copy color: '#2531BA'

red 37 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #2531BA

Tints of Persian Blue #2531BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 13.6%
G = 18.01%
B = 68.38%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2531BA (or 0x2531BA) is known color: Persian Blue. HEX triplet: 25, 31 and BA. RGB value is (37,49,186). Sum of RGB (Red+Green+Blue) = 37+49+186=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #2531BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531BA is #DACE45. Grayscale: #3C3C3C. Windows color (decimal): -14339654 or 12202277. OLE color: 12202277.

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

Color convert

RGB 37 49 186 -
CMYK 0.80 0.74 0 0.27
HSL 235.17º 0.67% 0.44% -
HSV(B) 235.17º 0.8% 0.73% -
XYZ 10.72 6.14 47.07 -
YUV 61.03 198.52 110.86 -
System Red Green Blue C M Y K H S L
Decimal 37 49 186 0.80 0.74 0 0.27 235.17 0.67 0.44
Hex 25 31 BA 50 4A 0 1B EB 43 2C
Octal 45 61 272 120 112 0 33 353 103 54
Binary 100101 110001 10111010 1010000 1001010 0 11011 11101011 1000011 101100

Color Harmonies of #2531BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2531BA

Black with #2531BA

Text Example


Text Example

White with #2531BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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