#281857

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

Shades of Paua #281857

Tints of Paua #281857

Color information

#281857 (or 0x281857) is unknown color: approx Paua. HEX triplet: 28, 18 and 57. RGB value is (40,24,87). Sum of RGB (Red+Green+Blue) = 40+24+87=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #281857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281857 is #D7E7A8. Grayscale: #232323. Windows color (decimal): -14149545 or 5707816. OLE color: 5707816.

HSL color Cylindrical-coordinate representation of color #281857: hue angle of 255.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281857 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB402487-
CMYK0.540.7200.66
HSL255.24º56.76%21.76%-
HSV(B)255.24º72.41%34.12%-
XYZ2.921.799.21-
YUV35.97156.8130.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=26.49%
G=15.89%
B=57.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4024870.540.7200.66255.2456.7621.76
Hex2818573648042ff3916
Octal50301276611001023777126
Binary1010001100010101111101101001000010000101111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281857; }

 p { color: rgb(40,24,87); }

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

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

 a { background-color: rgb(40,24,87); }

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

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

 span { border-color: rgb(40,24,87); }

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