#282053

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

Shades of Paua #282053

Tints of Paua #282053

Color information

#282053 (or 0x282053) is unknown color: approx Paua. HEX triplet: 28, 20 and 53. RGB value is (40,32,83). Sum of RGB (Red+Green+Blue) = 40+32+83=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #282053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282053 is #D7DFAC. Grayscale: #282828. Windows color (decimal): -14147501 or 5447720. OLE color: 5447720.

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

Color convert

RGB403283-
CMYK0.520.6100.67
HSL249.41º44.35%22.55%-
HSV(B)249.41º61.45%32.55%-
XYZ2.952.118.43-
YUV40.21152.15127.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=25.81%
G=20.65%
B=53.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4032830.520.6100.67249.4144.3522.55
Hex282053343D043f92c17
Octal5040123647501033715427
Binary1010001000001010011110100111101010000111111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282053; }

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

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

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

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

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

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

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

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