#2A235B

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

Shades of Paua #2A235B

Tints of Paua #2A235B

Color information

#2A235B (or 0x2A235B) is unknown color: approx Paua. HEX triplet: 2A, 23 and 5B. RGB value is (42,35,91). Sum of RGB (Red+Green+Blue) = 42+35+91=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A235B is #D5DCA4. Grayscale: #2B2B2B. Windows color (decimal): -14015653 or 5972778. OLE color: 5972778.

HSL color Cylindrical-coordinate representation of color #2A235B: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A235B is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB423591-
CMYK0.540.6200.64
HSL247.5º44.44%24.71%-
HSV(B)247.5º61.54%35.69%-
XYZ3.442.4510.19-
YUV43.48154.82126.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=25%
G=20.83%
B=54.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4235910.540.6200.64247.544.4424.71
Hex2A235B363E040f82c19
Octal5243133667601003705431
Binary1010101000111011011110110111110010000001111100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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