Html Css Color HEX #2531D8 Persian Blue

📋 copy color: '#2531D8'

red 37 ◦ green 49 ◦ blue 216

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

Shades of Persian Blue #2531D8

Tints of Persian Blue #2531D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 71.52%

R = 12.25%
G = 16.23%
B = 71.52%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2531D8 (or 0x2531D8) is known color: Persian Blue. HEX triplet: 25, 31 and D8. RGB value is (37,49,216). Sum of RGB (Red+Green+Blue) = 37+49+216=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 216 (84.77% from 255 or 71.52% from 302); Max value from RGB is 216 - color contains mainly: blue. Hex color #2531D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531D8 is #DACE27. Grayscale: #3F3F3F. Windows color (decimal): -14339624 or 14168357. OLE color: 14168357.

HSL color Cylindrical-coordinate representation of color #2531D8: hue angle of 235.98º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2531D8 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 49 216 -
CMYK 0.83 0.77 0 0.15
HSL 235.98º 0.71% 0.5% -
HSV(B) 235.98º 0.83% 0.85% -
XYZ 14.26 7.55 65.67 -
YUV 64.45 213.52 108.42 -
System Red Green Blue C M Y K H S L
Decimal 37 49 216 0.83 0.77 0 0.15 235.98 0.71 0.5
Hex 25 31 D8 53 4D 0 F EC 47 32
Octal 45 61 330 123 115 0 17 354 107 62
Binary 100101 110001 11011000 1010011 1001101 0 1111 11101100 1000111 110010

Color Harmonies of #2531D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2531D8

Black with #2531D8

Text Example


Text Example

White with #2531D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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