#2D17BF

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

Shades of Persian Blue #2D17BF

Tints of Persian Blue #2D17BF

Color information

#2D17BF (or 0x2D17BF) is unknown color: approx Persian Blue. HEX triplet: 2D, 17 and BF. RGB value is (45,23,191). Sum of RGB (Red+Green+Blue) = 45+23+191=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D17BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17BF is #D2E840. Grayscale: #303030. Windows color (decimal): -13822017 or 12523309. OLE color: 12523309.

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

Color convert

RGB4523191-
CMYK0.760.8800.25
HSL247.86º78.5%41.96%-
HSV(B)247.86º87.96%74.9%-
XYZ10.794.9349.67-
YUV48.73208.29125.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.37%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 191 (75% from 255) = 73.75%
R=17.37%
G=8.88%
B=73.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45231910.760.8800.25247.8678.541.96
Hex2D17BF4C58019f84f2a
Octal552727711413003137011752
Binary101101101111011111110011001011000011001111110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D17BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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