#28254B

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

Shades of Paua #28254B

Tints of Paua #28254B

Color information

#28254B (or 0x28254B) is unknown color: approx Paua. HEX triplet: 28, 25 and 4B. RGB value is (40,37,75). Sum of RGB (Red+Green+Blue) = 40+37+75=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #28254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28254B is #D7DAB4. Grayscale: #2A2A2A. Windows color (decimal): -14146229 or 4924712. OLE color: 4924712.

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

Color convert

RGB403775-
CMYK0.470.5100.71
HSL244.74º33.93%21.96%-
HSV(B)244.74º50.67%29.41%-
XYZ2.812.286.95-
YUV42.23146.49126.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=26.32%
G=24.34%
B=49.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4037750.470.5100.71244.7433.9321.96
Hex28254B2F33047f52216
Octal5045113576301073654226
Binary1010001001011001011101111110011010001111111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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