#282250

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

Shades of Paua #282250

Tints of Paua #282250

Color information

#282250 (or 0x282250) is unknown color: approx Paua. HEX triplet: 28, 22 and 50. RGB value is (40,34,80). Sum of RGB (Red+Green+Blue) = 40+34+80=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #282250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282250 is #D7DDAF. Grayscale: #282828. Windows color (decimal): -14146992 or 5251624. OLE color: 5251624.

HSL color Cylindrical-coordinate representation of color #282250: hue angle of 247.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282250 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403480-
CMYK0.50.5800.69
HSL247.83º40.35%22.35%-
HSV(B)247.83º57.5%31.37%-
XYZ2.92.177.86-
YUV41.04149.99127.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=25.97%
G=22.08%
B=51.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4034800.50.5800.69247.8340.3522.35
Hex282250323A045f82816
Octal5042120627201053705026
Binary1010001000101010000110010111010010001011111100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282250; }

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

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

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

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

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

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

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

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