#281D57

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

Shades of Paua #281D57

Tints of Paua #281D57

Color information

#281D57 (or 0x281D57) is unknown color: approx Paua. HEX triplet: 28, 1D and 57. RGB value is (40,29,87). Sum of RGB (Red+Green+Blue) = 40+29+87=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #281D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D57 is #D7E2A8. Grayscale: #262626. Windows color (decimal): -14148265 or 5709096. OLE color: 5709096.

HSL color Cylindrical-coordinate representation of color #281D57: hue angle of 251.38º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #281D57 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB402987-
CMYK0.540.6700.66
HSL251.38º50%22.75%-
HSV(B)251.38º66.67%34.12%-
XYZ3.032.029.25-
YUV38.9155.14128.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=25.64%
G=18.59%
B=55.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4029870.540.6700.66251.385022.75
Hex281D573643042fb3217
Octal50351276610301023736227
Binary1010001110110101111101101000011010000101111101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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