#282550

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

Shades of Paua #282550

Tints of Paua #282550

Color information

#282550 (or 0x282550) is unknown color: approx Paua. HEX triplet: 28, 25 and 50. RGB value is (40,37,80). Sum of RGB (Red+Green+Blue) = 40+37+80=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #282550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282550 is #D7DAAF. Grayscale: #2A2A2A. Windows color (decimal): -14146224 or 5252392. OLE color: 5252392.

HSL color Cylindrical-coordinate representation of color #282550: hue angle of 244.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #282550 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403780-
CMYK0.50.5400.69
HSL244.19º36.75%22.94%-
HSV(B)244.19º53.75%31.37%-
XYZ2.982.357.89-
YUV42.8148.99126-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=25.48%
G=23.57%
B=50.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4037800.50.5400.69244.1936.7522.94
Hex2825503236045f42517
Octal5045120626601053644527
Binary1010001001011010000110010110110010001011111010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282550; }

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

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

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

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

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

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

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

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