#2A2458

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

Shades of Paua #2A2458

Tints of Paua #2A2458

Color information

#2A2458 (or 0x2A2458) is unknown color: approx Paua. HEX triplet: 2A, 24 and 58. RGB value is (42,36,88). Sum of RGB (Red+Green+Blue) = 42+36+88=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A2458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2458 is #D5DBA7. Grayscale: #2B2B2B. Windows color (decimal): -14015400 or 5776426. OLE color: 5776426.

HSL color Cylindrical-coordinate representation of color #2A2458: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2458 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB423688-
CMYK0.520.5900.65
HSL246.92º41.94%24.31%-
HSV(B)246.92º59.09%34.51%-
XYZ3.352.469.53-
YUV43.72152.99126.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=25.30%
G=21.69%
B=53.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4236880.520.5900.65246.9241.9424.31
Hex2A2458343B041f72a18
Octal5244130647301013675230
Binary1010101001001011000110100111011010000011111011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,88); }

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

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

 a { background-color: rgb(42,36,88); }

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

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

 span { border-color: rgb(42,36,88); }

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