#2D12BC

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

Shades of Persian Blue #2D12BC

Tints of Persian Blue #2D12BC

Color information

#2D12BC (or 0x2D12BC) is unknown color: approx Persian Blue. HEX triplet: 2D, 12 and BC. RGB value is (45,18,188). Sum of RGB (Red+Green+Blue) = 45+18+188=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D12BC is #D2ED43. Grayscale: #2C2C2C. Windows color (decimal): -13823300 or 12325421. OLE color: 12325421.

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

Color convert

RGB4518188-
CMYK0.760.9000.26
HSL249.53º82.52%40.39%-
HSV(B)249.53º90.43%73.73%-
XYZ10.384.6247.92-
YUV45.45208.45127.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 188 (73.83% from 255) = 74.90%
R=17.93%
G=7.17%
B=74.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45181880.760.9000.26249.5382.5240.39
Hex2D12BC4C5A01Afa5328
Octal552227411413203237212350
Binary101101100101011110010011001011010011010111110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D12BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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