#2B284C

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

Shades of Paua #2B284C

Tints of Paua #2B284C

Color information

#2B284C (or 0x2B284C) is unknown color: approx Paua. HEX triplet: 2B, 28 and 4C. RGB value is (43,40,76). Sum of RGB (Red+Green+Blue) = 43+40+76=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B284C is #D4D7B3. Grayscale: #2C2C2C. Windows color (decimal): -13948852 or 4991019. OLE color: 4991019.

HSL color Cylindrical-coordinate representation of color #2B284C: hue angle of 245º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B284C is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB434076-
CMYK0.430.4700.70
HSL245º31.03%22.75%-
HSV(B)245º47.37%29.8%-
XYZ3.062.557.17-
YUV45145.49126.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=27.04%
G=25.16%
B=47.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4340760.430.4700.7024531.0322.75
Hex2B284C2B2F046f51f17
Octal5350114535701063653727
Binary101011101000100110010101110111101000110111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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