#282353

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

Shades of Paua #282353

Tints of Paua #282353

Color information

#282353 (or 0x282353) is unknown color: approx Paua. HEX triplet: 28, 23 and 53. RGB value is (40,35,83). Sum of RGB (Red+Green+Blue) = 40+35+83=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #282353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282353 is #D7DCAC. Grayscale: #292929. Windows color (decimal): -14146733 or 5448488. OLE color: 5448488.

HSL color Cylindrical-coordinate representation of color #282353: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282353 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB403583-
CMYK0.520.5800.67
HSL246.25º40.68%23.14%-
HSV(B)246.25º57.83%32.55%-
XYZ3.042.288.46-
YUV41.97151.16126.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=25.32%
G=22.15%
B=52.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4035830.520.5800.67246.2540.6823.14
Hex282353343A043f62917
Octal5043123647201033665127
Binary1010001000111010011110100111010010000111111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282353; }

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

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

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

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

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

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

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

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