Html Css Color HEX #2516BA Persian Blue

📋 copy color: '#2516BA'

red 37 ◦ green 22 ◦ blue 186

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

Shades of Persian Blue #2516BA

Tints of Persian Blue #2516BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

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

R = 15.1%
G = 8.98%
B = 75.92%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2516BA (or 0x2516BA) is known color: Persian Blue. HEX triplet: 25, 16 and BA. RGB value is (37,22,186). Sum of RGB (Red+Green+Blue) = 37+22+186=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2516BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516BA is #DAE945. Grayscale: #2C2C2C. Windows color (decimal): -14346566 or 12195365. OLE color: 12195365.

HSL color Cylindrical-coordinate representation of color #2516BA: hue angle of 245.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2516BA is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 22 186 -
CMYK 0.80 0.88 0 0.27
HSL 245.49º 0.79% 0.41% -
HSV(B) 245.49º 0.88% 0.73% -
XYZ 9.91 4.51 46.8 -
YUV 45.18 207.47 122.16 -
System Red Green Blue C M Y K H S L
Decimal 37 22 186 0.80 0.88 0 0.27 245.49 0.79 0.41
Hex 25 16 BA 50 58 0 1B F5 4F 29
Octal 45 26 272 120 130 0 33 365 117 51
Binary 100101 10110 10111010 1010000 1011000 0 11011 11110101 1001111 101001

Color Harmonies of #2516BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2516BA

Black with #2516BA

Text Example


Text Example

White with #2516BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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