#2A2358

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

Shades of Paua #2A2358

Tints of Paua #2A2358

Color information

#2A2358 (or 0x2A2358) is unknown color: approx Paua. HEX triplet: 2A, 23 and 58. RGB value is (42,35,88). Sum of RGB (Red+Green+Blue) = 42+35+88=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2358 is #D5DCA7. Grayscale: #2A2A2A. Windows color (decimal): -14015656 or 5776170. OLE color: 5776170.

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

Color convert

RGB423588-
CMYK0.520.6000.65
HSL247.92º43.09%24.12%-
HSV(B)247.92º60.23%34.51%-
XYZ3.322.49.52-
YUV43.13153.32127.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=25.45%
G=21.21%
B=53.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4235880.520.6000.65247.9243.0924.12
Hex2A2358343C041f82b18
Octal5243130647401013705330
Binary1010101000111011000110100111100010000011111100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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