#2A2457

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

Shades of Paua #2A2457

Tints of Paua #2A2457

Color information

#2A2457 (or 0x2A2457) is unknown color: approx Paua. HEX triplet: 2A, 24 and 57. RGB value is (42,36,87). Sum of RGB (Red+Green+Blue) = 42+36+87=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A2457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2457 is #D5DBA8. Grayscale: #2B2B2B. Windows color (decimal): -14015401 or 5710890. OLE color: 5710890.

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

Color convert

RGB423687-
CMYK0.520.5900.66
HSL247.06º41.46%24.12%-
HSV(B)247.06º58.62%34.12%-
XYZ3.312.449.31-
YUV43.61152.49126.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=25.45%
G=21.82%
B=52.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4236870.520.5900.66247.0641.4624.12
Hex2A2457343B042f72918
Octal5244127647301023675130
Binary1010101001001010111110100111011010000101111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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