#2A295D

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

Shades of Paua #2A295D

Tints of Paua #2A295D

Color information

#2A295D (or 0x2A295D) is unknown color: approx Paua. HEX triplet: 2A, 29 and 5D. RGB value is (42,41,93). Sum of RGB (Red+Green+Blue) = 42+41+93=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295D is #D5D6A2. Grayscale: #2F2F2F. Windows color (decimal): -14014115 or 6105386. OLE color: 6105386.

HSL color Cylindrical-coordinate representation of color #2A295D: hue angle of 241.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A295D is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB424193-
CMYK0.550.5600.64
HSL241.15º38.81%26.27%-
HSV(B)241.15º55.91%36.47%-
XYZ3.722.8710.71-
YUV47.23153.83124.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=23.86%
G=23.30%
B=52.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4241930.550.5600.64241.1538.8126.27
Hex2A295D3738040f1271a
Octal5251135677001003614732
Binary1010101010011011101110111111000010000001111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,93); }

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

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

 a { background-color: rgb(42,41,93); }

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

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

 span { border-color: rgb(42,41,93); }

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