#28264B

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

Shades of Paua #28264B

Tints of Paua #28264B

Color information

#28264B (or 0x28264B) is unknown color: approx Paua. HEX triplet: 28, 26 and 4B. RGB value is (40,38,75). Sum of RGB (Red+Green+Blue) = 40+38+75=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #28264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28264B is #D7D9B4. Grayscale: #2A2A2A. Windows color (decimal): -14145973 or 4924968. OLE color: 4924968.

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

Color convert

RGB403875-
CMYK0.470.4900.71
HSL243.24º32.74%22.16%-
HSV(B)243.24º49.33%29.41%-
XYZ2.842.356.96-
YUV42.82146.16125.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=26.14%
G=24.84%
B=49.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4038750.470.4900.71243.2432.7422.16
Hex28264B2F31047f32116
Octal5046113576101073634126
Binary1010001001101001011101111110001010001111111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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