#2A2653

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

Shades of Paua #2A2653

Tints of Paua #2A2653

Color information

#2A2653 (or 0x2A2653) is unknown color: approx Paua. HEX triplet: 2A, 26 and 53. RGB value is (42,38,83). Sum of RGB (Red+Green+Blue) = 42+38+83=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A2653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2653 is #D5D9AC. Grayscale: #2C2C2C. Windows color (decimal): -14014893 or 5449258. OLE color: 5449258.

HSL color Cylindrical-coordinate representation of color #2A2653: hue angle of 245.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A2653 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB423883-
CMYK0.490.5400.67
HSL245.33º37.19%23.73%-
HSV(B)245.33º54.22%32.55%-
XYZ3.212.58.5-
YUV44.33149.83126.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=25.77%
G=23.31%
B=50.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4238830.490.5400.67245.3337.1923.73
Hex2A26533136043f52518
Octal5246123616601033654530
Binary1010101001101010011110001110110010000111111010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,83); }

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

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

 a { background-color: rgb(42,38,83); }

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

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

 span { border-color: rgb(42,38,83); }

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