#2A2456

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

Shades of Paua #2A2456

Tints of Paua #2A2456

Color information

#2A2456 (or 0x2A2456) is unknown color: approx Paua. HEX triplet: 2A, 24 and 56. RGB value is (42,36,86). Sum of RGB (Red+Green+Blue) = 42+36+86=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A2456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2456 is #D5DBA9. Grayscale: #2B2B2B. Windows color (decimal): -14015402 or 5645354. OLE color: 5645354.

HSL color Cylindrical-coordinate representation of color #2A2456: hue angle of 247.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2456 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB423686-
CMYK0.510.5800.66
HSL247.2º40.98%23.92%-
HSV(B)247.2º58.14%33.73%-
XYZ3.272.439.1-
YUV43.49151.99126.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.61%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=25.61%
G=21.95%
B=52.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4236860.510.5800.66247.240.9823.92
Hex2A2456333A042f72918
Octal5244126637201023675130
Binary1010101001001010110110011111010010000101111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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