#28255A

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

Shades of Paua #28255A

Tints of Paua #28255A

Color information

#28255A (or 0x28255A) is unknown color: approx Paua. HEX triplet: 28, 25 and 5A. RGB value is (40,37,90). Sum of RGB (Red+Green+Blue) = 40+37+90=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #28255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28255A is #D7DAA5. Grayscale: #2B2B2B. Windows color (decimal): -14146214 or 5907752. OLE color: 5907752.

HSL color Cylindrical-coordinate representation of color #28255A: hue angle of 243.4º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28255A is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB403790-
CMYK0.560.5900.65
HSL243.4º41.73%24.9%-
HSV(B)243.4º58.89%35.29%-
XYZ3.382.519.98-
YUV43.94153.99125.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=23.95%
G=22.16%
B=53.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4037900.560.5900.65243.441.7324.9
Hex28255A383B041f32a19
Octal5045132707301013635231
Binary1010001001011011010111000111011010000011111001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28255A; }

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

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

<style>
 a { background-color: #28255A; }

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

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

<style>
 span { border-color: #28255A; }

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

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