#2A254B

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

Shades of Paua #2A254B

Tints of Paua #2A254B

Color information

#2A254B (or 0x2A254B) is unknown color: approx Paua. HEX triplet: 2A, 25 and 4B. RGB value is (42,37,75). Sum of RGB (Red+Green+Blue) = 42+37+75=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A254B is #D5DAB4. Grayscale: #2A2A2A. Windows color (decimal): -14015157 or 4924714. OLE color: 4924714.

HSL color Cylindrical-coordinate representation of color #2A254B: hue angle of 247.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A254B is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB423775-
CMYK0.440.5100.71
HSL247.89º33.93%21.96%-
HSV(B)247.89º50.67%29.41%-
XYZ2.892.326.95-
YUV42.83146.16127.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=27.27%
G=24.03%
B=48.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4237750.440.5100.71247.8933.9321.96
Hex2A254B2C33047f82216
Octal5245113546301073704226
Binary1010101001011001011101100110011010001111111100010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,75); }

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

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

 a { background-color: rgb(42,37,75); }

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

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

 span { border-color: rgb(42,37,75); }

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