#282351

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

Shades of Paua #282351

Tints of Paua #282351

Color information

#282351 (or 0x282351) is unknown color: approx Paua. HEX triplet: 28, 23 and 51. RGB value is (40,35,81). Sum of RGB (Red+Green+Blue) = 40+35+81=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #282351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282351 is #D7DCAE. Grayscale: #292929. Windows color (decimal): -14146735 or 5317416. OLE color: 5317416.

HSL color Cylindrical-coordinate representation of color #282351: hue angle of 246.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282351 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB403581-
CMYK0.510.5700.68
HSL246.52º39.66%22.75%-
HSV(B)246.52º56.79%31.76%-
XYZ2.962.258.06-
YUV41.74150.16126.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=25.64%
G=22.44%
B=51.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4035810.510.5700.68246.5239.6622.75
Hex2823513339044f72817
Octal5043121637101043675027
Binary1010001000111010001110011111001010001001111011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282351; }

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

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

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

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

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

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

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

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