#2B284F

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

Shades of Paua #2B284F

Tints of Paua #2B284F

Color information

#2B284F (or 0x2B284F) is unknown color: approx Paua. HEX triplet: 2B, 28 and 4F. RGB value is (43,40,79). Sum of RGB (Red+Green+Blue) = 43+40+79=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B284F is #D4D7B0. Grayscale: #2D2D2D. Windows color (decimal): -13948849 or 5187627. OLE color: 5187627.

HSL color Cylindrical-coordinate representation of color #2B284F: hue angle of 244.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B284F is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB434079-
CMYK0.460.4900.69
HSL244.62º32.77%23.33%-
HSV(B)244.62º49.37%30.98%-
XYZ3.172.67.73-
YUV45.34146.99126.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=26.54%
G=24.69%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4340790.460.4900.69244.6232.7723.33
Hex2B284F2E31045f52117
Octal5350117566101053654127
Binary1010111010001001111101110110001010001011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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