#28264C

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

Shades of Paua #28264C

Tints of Paua #28264C

Color information

#28264C (or 0x28264C) is unknown color: approx Paua. HEX triplet: 28, 26 and 4C. RGB value is (40,38,76). Sum of RGB (Red+Green+Blue) = 40+38+76=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #28264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28264C is #D7D9B3. Grayscale: #2A2A2A. Windows color (decimal): -14145972 or 4990504. OLE color: 4990504.

HSL color Cylindrical-coordinate representation of color #28264C: hue angle of 243.16º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28264C is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB403876-
CMYK0.470.500.70
HSL243.16º33.33%22.35%-
HSV(B)243.16º50%29.8%-
XYZ2.872.367.14-
YUV42.93146.66125.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=25.97%
G=24.68%
B=49.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4038760.470.500.70243.1633.3322.35
Hex28264C2F32046f32116
Octal5046114576201063634126
Binary1010001001101001100101111110010010001101111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28264C; }

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

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

<style>
 a { background-color: #28264C; }

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

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

<style>
 span { border-color: #28264C; }

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

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