#28195A

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

Shades of Paua #28195A

Tints of Paua #28195A

Color information

#28195A (or 0x28195A) is unknown color: approx Paua. HEX triplet: 28, 19 and 5A. RGB value is (40,25,90). Sum of RGB (Red+Green+Blue) = 40+25+90=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #28195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28195A is #D7E6A5. Grayscale: #242424. Windows color (decimal): -14149286 or 5904680. OLE color: 5904680.

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

Color convert

RGB402590-
CMYK0.560.7200.65
HSL253.85º56.52%22.55%-
HSV(B)253.85º72.22%35.29%-
XYZ3.071.889.87-
YUV36.89157.97130.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=25.81%
G=16.13%
B=58.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4025900.560.7200.65253.8556.5222.55
Hex28195A3848041fe3917
Octal50311327011001013767127
Binary1010001100110110101110001001000010000011111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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