#2D2A50

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

Shades of Paua #2D2A50

Tints of Paua #2D2A50

Color information

#2D2A50 (or 0x2D2A50) is unknown color: approx Paua. HEX triplet: 2D, 2A and 50. RGB value is (45,42,80). Sum of RGB (Red+Green+Blue) = 45+42+80=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D2A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2A50 is #D2D5AF. Grayscale: #2F2F2F. Windows color (decimal): -13817264 or 5253677. OLE color: 5253677.

HSL color Cylindrical-coordinate representation of color #2D2A50: hue angle of 244.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D2A50 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB454280-
CMYK0.440.4800.69
HSL244.74º31.15%23.92%-
HSV(B)244.74º47.5%31.37%-
XYZ3.362.797.95-
YUV47.23146.49126.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=26.95%
G=25.15%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4542800.440.4800.69244.7431.1523.92
Hex2D2A502C30045f51f18
Octal5552120546001053653730
Binary101101101010101000010110011000001000101111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,42,80); }

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

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

 a { background-color: rgb(45,42,80); }

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

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

 span { border-color: rgb(45,42,80); }

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