#2516B8

Color #2516B8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2516B8

Tints of Persian Blue #2516B8

Color information

#2516B8 (or 0x2516B8) is unknown color: approx Persian Blue. HEX triplet: 25, 16 and B8. RGB value is (37,22,184). Sum of RGB (Red+Green+Blue) = 37+22+184=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #2516B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516B8 is #DAE947. Grayscale: #2C2C2C. Windows color (decimal): -14346568 or 12064293. OLE color: 12064293.

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

Color convert

RGB3722184-
CMYK0.800.8800.28
HSL245.56º78.64%40.39%-
HSV(B)245.56º88.04%72.16%-
XYZ9.74.4345.69-
YUV44.95206.47122.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 184 (72.27% from 255) = 75.72%
R=15.23%
G=9.05%
B=75.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37221840.800.8800.28245.5678.6440.39
Hex2516B8505801Cf64f28
Octal452627012013003436611750
Binary100101101101011100010100001011000011100111101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2516B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2516B8;
 }
 .AnyTagClassName
 {
   color: #2516B8;
 }
</style>
background-color css

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

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

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

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

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

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