#2D274D

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

Shades of Paua #2D274D

Tints of Paua #2D274D

Color information

#2D274D (or 0x2D274D) is unknown color: approx Paua. HEX triplet: 2D, 27 and 4D. RGB value is (45,39,77). Sum of RGB (Red+Green+Blue) = 45+39+77=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D274D is #D2D8B2. Grayscale: #2C2C2C. Windows color (decimal): -13818035 or 5056301. OLE color: 5056301.

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

Color convert

RGB453977-
CMYK0.420.4900.70
HSL249.47º32.76%22.75%-
HSV(B)249.47º49.35%30.2%-
XYZ3.152.547.35-
YUV45.13145.99127.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=27.95%
G=24.22%
B=47.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4539770.420.4900.70249.4732.7622.75
Hex2D274D2A31046f92117
Octal5547115526101063714127
Binary1011011001111001101101010110001010001101111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,77); }

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

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

 a { background-color: rgb(45,39,77); }

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

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

 span { border-color: rgb(45,39,77); }

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