#2D11BC

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

Shades of Persian Blue #2D11BC

Tints of Persian Blue #2D11BC

Color information

#2D11BC (or 0x2D11BC) is unknown color: approx Persian Blue. HEX triplet: 2D, 11 and BC. RGB value is (45,17,188). Sum of RGB (Red+Green+Blue) = 45+17+188=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D11BC is #D2EE43. Grayscale: #2C2C2C. Windows color (decimal): -13823556 or 12325165. OLE color: 12325165.

HSL color Cylindrical-coordinate representation of color #2D11BC: hue angle of 249.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D11BC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4517188-
CMYK0.760.9100.26
HSL249.82º83.41%40.2%-
HSV(B)249.82º90.96%73.73%-
XYZ10.364.5947.92-
YUV44.87208.78128.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 188 (73.83% from 255) = 75.2%
R=18%
G=6.8%
B=75.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45171880.760.9100.26249.8283.4140.2
Hex2D11BC4C5B01Afa5328
Octal552127411413303237212350
Binary101101100011011110010011001011011011010111110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D11BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,188); }

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

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

 a { background-color: rgb(45,17,188); }

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

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

 span { border-color: rgb(45,17,188); }

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