#2D264C

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

Shades of Paua #2D264C

Tints of Paua #2D264C

Color information

#2D264C (or 0x2D264C) is unknown color: approx Paua. HEX triplet: 2D, 26 and 4C. RGB value is (45,38,76). Sum of RGB (Red+Green+Blue) = 45+38+76=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D264C is #D2D9B3. Grayscale: #2C2C2C. Windows color (decimal): -13818292 or 4990509. OLE color: 4990509.

HSL color Cylindrical-coordinate representation of color #2D264C: hue angle of 251.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D264C is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB453876-
CMYK0.410.500.70
HSL251.05º33.33%22.35%-
HSV(B)251.05º50%29.8%-
XYZ3.082.477.15-
YUV44.42145.82128.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=28.30%
G=23.90%
B=47.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4538760.410.500.70251.0533.3322.35
Hex2D264C2932046fb2116
Octal5546114516201063734126
Binary1011011001101001100101001110010010001101111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,76); }

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

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

 a { background-color: rgb(45,38,76); }

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

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

 span { border-color: rgb(45,38,76); }

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