#28274f

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

Shades of Paua #28274F

Tints of Paua #28274F

Color information

#28274F (or 0x28274F) is unknown color: approx Paua. HEX triplet: 28, 27 and 4F. RGB value is (40,39,79). Sum of RGB (Red+Green+Blue) = 40+39+79=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #28274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28274F is #D7D8B0. Grayscale: #2B2B2B. Windows color (decimal): -14145713 or 5187368. OLE color: 5187368.

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

Color convert

RGB403979-
CMYK0.490.5100.69
HSL241.5º33.9%23.14%-
HSV(B)241.5º50.63%30.98%-
XYZ3.012.477.71-
YUV43.86147.83125.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 79 (31.25% from 255) = 50%
R=25.32%
G=24.68%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4039790.490.5100.69241.533.923.14
Hex28274F3133045f22217
Octal5047117616301053624227
Binary1010001001111001111110001110011010001011111001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28274f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28274f; }

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

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

<style>
 a { background-color: #28274f; }

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

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

<style>
 span { border-color: #28274f; }

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

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