#28265B

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

Shades of Paua #28265B

Tints of Paua #28265B

Color information

#28265B (or 0x28265B) is unknown color: approx Paua. HEX triplet: 28, 26 and 5B. RGB value is (40,38,91). Sum of RGB (Red+Green+Blue) = 40+38+91=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #28265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265B is #D7D9A4. Grayscale: #2C2C2C. Windows color (decimal): -14145957 or 5973544. OLE color: 5973544.

HSL color Cylindrical-coordinate representation of color #28265B: hue angle of 242.26º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28265B is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB403891-
CMYK0.560.5800.64
HSL242.26º41.09%25.29%-
HSV(B)242.26º58.24%35.69%-
XYZ3.462.5910.22-
YUV44.64154.16124.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=23.67%
G=22.49%
B=53.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4038910.560.5800.64242.2641.0925.29
Hex28265B383A040f22919
Octal5046133707201003625131
Binary1010001001101011011111000111010010000001111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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