#281F54

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

Shades of Paua #281F54

Tints of Paua #281F54

Color information

#281F54 (or 0x281F54) is unknown color: approx Paua. HEX triplet: 28, 1F and 54. RGB value is (40,31,84). Sum of RGB (Red+Green+Blue) = 40+31+84=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #281F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F54 is #D7E0AB. Grayscale: #272727. Windows color (decimal): -14147756 or 5513000. OLE color: 5513000.

HSL color Cylindrical-coordinate representation of color #281F54: hue angle of 250.19º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #281F54 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB403184-
CMYK0.520.6300.67
HSL250.19º46.09%22.55%-
HSV(B)250.19º63.1%32.94%-
XYZ2.972.078.63-
YUV39.73152.98128.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=25.81%
G=20%
B=54.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4031840.520.6300.67250.1946.0922.55
Hex281F54343F043fa2e17
Octal5037124647701033725627
Binary101000111111010100110100111111010000111111101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F54; }

 p { color: rgb(40,31,84); }

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

<style>
 a { background-color: #281F54; }

 a { background-color: rgb(40,31,84); }

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

<style>
 span { border-color: #281F54; }

 span { border-color: rgb(40,31,84); }

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