#2813BE

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

Shades of Persian Blue #2813BE

Tints of Persian Blue #2813BE

Color information

#2813BE (or 0x2813BE) is unknown color: approx Persian Blue. HEX triplet: 28, 13 and BE. RGB value is (40,19,190). Sum of RGB (Red+Green+Blue) = 40+19+190=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #2813BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813BE is #D7EC41. Grayscale: #2C2C2C. Windows color (decimal): -14150722 or 12456744. OLE color: 12456744.

HSL color Cylindrical-coordinate representation of color #2813BE: hue angle of 247.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2813BE is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4019190-
CMYK0.790.9000.25
HSL247.37º81.82%40.98%-
HSV(B)247.37º90%74.51%-
XYZ10.44.6349.06-
YUV44.77209.96124.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 190 (74.61% from 255) = 76.31%
R=16.06%
G=7.63%
B=76.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40191900.790.9000.25247.3781.8240.98
Hex2813BE4F5A019f75229
Octal502327611713203136712251
Binary101000100111011111010011111011010011001111101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2813BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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