#2A2750

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

Shades of Paua #2A2750

Tints of Paua #2A2750

Color information

#2A2750 (or 0x2A2750) is unknown color: approx Paua. HEX triplet: 2A, 27 and 50. RGB value is (42,39,80). Sum of RGB (Red+Green+Blue) = 42+39+80=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2750 is #D5D8AF. Grayscale: #2C2C2C. Windows color (decimal): -14014640 or 5252906. OLE color: 5252906.

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

Color convert

RGB423980-
CMYK0.480.5100.69
HSL244.39º34.45%23.33%-
HSV(B)244.39º51.25%31.37%-
XYZ3.132.527.91-
YUV44.57147.99126.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=26.09%
G=24.22%
B=49.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4239800.480.5100.69244.3934.4523.33
Hex2A27503033045f42217
Octal5247120606301053644227
Binary1010101001111010000110000110011010001011111010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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