#282650

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

Shades of Paua #282650

Tints of Paua #282650

Color information

#282650 (or 0x282650) is unknown color: approx Paua. HEX triplet: 28, 26 and 50. RGB value is (40,38,80). Sum of RGB (Red+Green+Blue) = 40+38+80=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #282650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282650 is #D7D9AF. Grayscale: #2B2B2B. Windows color (decimal): -14145968 or 5252648. OLE color: 5252648.

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

Color convert

RGB403880-
CMYK0.50.5200.69
HSL242.86º35.59%23.14%-
HSV(B)242.86º52.5%31.37%-
XYZ3.022.427.9-
YUV43.39148.66125.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=25.32%
G=24.05%
B=50.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4038800.50.5200.69242.8635.5923.14
Hex2826503234045f32417
Octal5046120626401053634427
Binary1010001001101010000110010110100010001011111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282650; }

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

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

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

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

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

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

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

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