#2B295A

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

Shades of Paua #2B295A

Tints of Paua #2B295A

Color information

#2B295A (or 0x2B295A) is unknown color: approx Paua. HEX triplet: 2B, 29 and 5A. RGB value is (43,41,90). Sum of RGB (Red+Green+Blue) = 43+41+90=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B295A is #D4D6A5. Grayscale: #2E2E2E. Windows color (decimal): -13948582 or 5908779. OLE color: 5908779.

HSL color Cylindrical-coordinate representation of color #2B295A: hue angle of 242.45º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B295A is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB434190-
CMYK0.520.5400.65
HSL242.45º37.4%25.69%-
HSV(B)242.45º54.44%35.29%-
XYZ3.632.8410.03-
YUV47.18152.16125.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=24.71%
G=23.56%
B=51.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4341900.520.5400.65242.4537.425.69
Hex2B295A3436041f2251a
Octal5351132646601013624532
Binary1010111010011011010110100110110010000011111001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,90); }

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

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

 a { background-color: rgb(43,41,90); }

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

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

 span { border-color: rgb(43,41,90); }

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