#282753

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

Shades of Paua #282753

Tints of Paua #282753

Color information

#282753 (or 0x282753) is unknown color: approx Paua. HEX triplet: 28, 27 and 53. RGB value is (40,39,83). Sum of RGB (Red+Green+Blue) = 40+39+83=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #282753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282753 is #D7D8AC. Grayscale: #2C2C2C. Windows color (decimal): -14145709 or 5449512. OLE color: 5449512.

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

Color convert

RGB403983-
CMYK0.520.5300.67
HSL241.36º36.07%23.92%-
HSV(B)241.36º53.01%32.55%-
XYZ3.162.538.5-
YUV44.32149.83124.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=24.69%
G=24.07%
B=51.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4039830.520.5300.67241.3636.0723.92
Hex2827533435043f12418
Octal5047123646501033614430
Binary1010001001111010011110100110101010000111111000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282753; }

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

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

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

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

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

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

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

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