#28275E

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

Shades of Paua #28275E

Tints of Paua #28275E

Color information

#28275E (or 0x28275E) is unknown color: approx Paua. HEX triplet: 28, 27 and 5E. RGB value is (40,39,94). Sum of RGB (Red+Green+Blue) = 40+39+94=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #28275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28275E is #D7D8A1. Grayscale: #2D2D2D. Windows color (decimal): -14145698 or 6170408. OLE color: 6170408.

HSL color Cylindrical-coordinate representation of color #28275E: hue angle of 241.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28275E is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB403994-
CMYK0.570.5900.63
HSL241.09º41.35%26.08%-
HSV(B)241.09º58.51%36.86%-
XYZ3.622.7110.92-
YUV45.57155.33124.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=23.12%
G=22.54%
B=54.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4039940.570.5900.63241.0941.3526.08
Hex28275E393B03Ff1291a
Octal504713671730773615132
Binary101000100111101111011100111101101111111111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28275E; }

 p { color: rgb(40,39,94); }

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

<style>
 a { background-color: #28275E; }

 a { background-color: rgb(40,39,94); }

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

<style>
 span { border-color: #28275E; }

 span { border-color: rgb(40,39,94); }

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