#2813B9

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

Shades of Persian Blue #2813B9

Tints of Persian Blue #2813B9

Color information

#2813B9 (or 0x2813B9) is unknown color: approx Persian Blue. HEX triplet: 28, 13 and B9. RGB value is (40,19,185). Sum of RGB (Red+Green+Blue) = 40+19+185=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #2813B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813B9 is #D7EC46. Grayscale: #2B2B2B. Windows color (decimal): -14150727 or 12129064. OLE color: 12129064.

HSL color Cylindrical-coordinate representation of color #2813B9: hue angle of 247.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2813B9 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4019185-
CMYK0.780.9000.27
HSL247.59º81.37%40%-
HSV(B)247.59º89.73%72.55%-
XYZ9.864.4246.23-
YUV44.2207.46125-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 185 (72.66% from 255) = 75.82%
R=16.39%
G=7.79%
B=75.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40191850.780.9000.27247.5981.3740
Hex2813B94E5A01Bf85128
Octal502327111613203337012150
Binary101000100111011100110011101011010011011111110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2813B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2813B9; }

 p { color: rgb(40,19,185); }

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

<style>
 a { background-color: #2813B9; }

 a { background-color: rgb(40,19,185); }

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

<style>
 span { border-color: #2813B9; }

 span { border-color: rgb(40,19,185); }

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