#2A245A

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

Shades of Paua #2A245A

Tints of Paua #2A245A

Color information

#2A245A (or 0x2A245A) is unknown color: approx Paua. HEX triplet: 2A, 24 and 5A. RGB value is (42,36,90). Sum of RGB (Red+Green+Blue) = 42+36+90=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A245A is #D5DBA5. Grayscale: #2B2B2B. Windows color (decimal): -14015398 or 5907498. OLE color: 5907498.

HSL color Cylindrical-coordinate representation of color #2A245A: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A245A is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB423690-
CMYK0.530.6000.65
HSL246.67º42.86%24.71%-
HSV(B)246.67º60%35.29%-
XYZ3.432.499.97-
YUV43.95153.99126.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=25%
G=21.43%
B=53.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4236900.530.6000.65246.6742.8624.71
Hex2A245A353C041f72b19
Octal5244132657401013675331
Binary1010101001001011010110101111100010000011111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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