#2D19BF

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

Shades of Persian Blue #2D19BF

Tints of Persian Blue #2D19BF

Color information

#2D19BF (or 0x2D19BF) is unknown color: approx Persian Blue. HEX triplet: 2D, 19 and BF. RGB value is (45,25,191). Sum of RGB (Red+Green+Blue) = 45+25+191=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D19BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D19BF is #D2E640. Grayscale: #313131. Windows color (decimal): -13821505 or 12523821. OLE color: 12523821.

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

Color convert

RGB4525191-
CMYK0.760.8700.25
HSL247.23º76.85%42.35%-
HSV(B)247.23º86.91%74.9%-
XYZ10.835.0149.69-
YUV49.9207.63124.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 191 (75% from 255) = 73.18%
R=17.24%
G=9.58%
B=73.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45251910.760.8700.25247.2376.8542.35
Hex2D19BF4C57019f74d2a
Octal553127711412703136711552
Binary101101110011011111110011001010111011001111101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D19BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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