#2D15BF

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

Shades of Persian Blue #2D15BF

Tints of Persian Blue #2D15BF

Color information

#2D15BF (or 0x2D15BF) is unknown color: approx Persian Blue. HEX triplet: 2D, 15 and BF. RGB value is (45,21,191). Sum of RGB (Red+Green+Blue) = 45+21+191=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D15BF is #D2EA40. Grayscale: #2E2E2E. Windows color (decimal): -13822529 or 12522797. OLE color: 12522797.

HSL color Cylindrical-coordinate representation of color #2D15BF: hue angle of 248.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D15BF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4521191-
CMYK0.760.8900.25
HSL248.47º80.19%41.57%-
HSV(B)248.47º89.01%74.9%-
XYZ10.754.8649.66-
YUV47.56208.95126.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.51%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 191 (75% from 255) = 74.32%
R=17.51%
G=8.17%
B=74.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45211910.760.8900.25248.4780.1941.57
Hex2D15BF4C59019f8502a
Octal552527711413103137012052
Binary101101101011011111110011001011001011001111110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D15BF; }

 p { color: rgb(45,21,191); }

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

<style>
 a { background-color: #2D15BF; }

 a { background-color: rgb(45,21,191); }

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

<style>
 span { border-color: #2D15BF; }

 span { border-color: rgb(45,21,191); }

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