#2D18B6

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

Shades of Persian Blue #2D18B6

Tints of Persian Blue #2D18B6

Color information

#2D18B6 (or 0x2D18B6) is unknown color: approx Persian Blue. HEX triplet: 2D, 18 and B6. RGB value is (45,24,182). Sum of RGB (Red+Green+Blue) = 45+24+182=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #2D18B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D18B6 is #D2E749. Grayscale: #2F2F2F. Windows color (decimal): -13821770 or 11933741. OLE color: 11933741.

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

Color convert

RGB4524182-
CMYK0.750.8700.29
HSL247.97º76.7%40.39%-
HSV(B)247.97º86.81%71.37%-
XYZ9.854.5944.62-
YUV48.29203.46125.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=17.93%
G=9.56%
B=72.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45241820.750.8700.29247.9776.740.39
Hex2D18B64B5701Df84d28
Octal553026611312703537011550
Binary101101110001011011010010111010111011101111110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D18B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,182); }

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

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

 a { background-color: rgb(45,24,182); }

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

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

 span { border-color: rgb(45,24,182); }

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