#282350

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

Shades of Paua #282350

Tints of Paua #282350

Color information

#282350 (or 0x282350) is unknown color: approx Paua. HEX triplet: 28, 23 and 50. RGB value is (40,35,80). Sum of RGB (Red+Green+Blue) = 40+35+80=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #282350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282350 is #D7DCAF. Grayscale: #292929. Windows color (decimal): -14146736 or 5251880. OLE color: 5251880.

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

Color convert

RGB403580-
CMYK0.50.5600.69
HSL246.67º39.13%22.55%-
HSV(B)246.67º56.25%31.37%-
XYZ2.922.237.87-
YUV41.62149.66126.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=25.81%
G=22.58%
B=51.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4035800.50.5600.69246.6739.1322.55
Hex2823503238045f72717
Octal5043120627001053674727
Binary1010001000111010000110010111000010001011111011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282350; }

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

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

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

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

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

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

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

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