#2B285A

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

Shades of Paua #2B285A

Tints of Paua #2B285A

Color information

#2B285A (or 0x2B285A) is unknown color: approx Paua. HEX triplet: 2B, 28 and 5A. RGB value is (43,40,90). Sum of RGB (Red+Green+Blue) = 43+40+90=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B285A is #D4D7A5. Grayscale: #2E2E2E. Windows color (decimal): -13948838 or 5908523. OLE color: 5908523.

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

Color convert

RGB434090-
CMYK0.520.5600.65
HSL243.6º38.46%25.49%-
HSV(B)243.6º55.56%35.29%-
XYZ3.62.7710.02-
YUV46.6152.49125.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=24.86%
G=23.12%
B=52.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4340900.520.5600.65243.638.4625.49
Hex2B285A3438041f42619
Octal5350132647001013644631
Binary1010111010001011010110100111000010000011111010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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