#28254E

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

Shades of Paua #28254E

Tints of Paua #28254E

Color information

#28254E (or 0x28254E) is unknown color: approx Paua. HEX triplet: 28, 25 and 4E. RGB value is (40,37,78). Sum of RGB (Red+Green+Blue) = 40+37+78=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #28254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28254E is #D7DAB1. Grayscale: #2A2A2A. Windows color (decimal): -14146226 or 5121320. OLE color: 5121320.

HSL color Cylindrical-coordinate representation of color #28254E: hue angle of 244.39º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28254E is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403778-
CMYK0.490.5300.69
HSL244.39º35.65%22.55%-
HSV(B)244.39º52.56%30.59%-
XYZ2.912.327.5-
YUV42.57147.99126.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=25.81%
G=23.87%
B=50.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4037780.490.5300.69244.3935.6522.55
Hex28254E3135045f42417
Octal5045116616501053644427
Binary1010001001011001110110001110101010001011111010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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