#282358

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

Shades of Paua #282358

Tints of Paua #282358

Color information

#282358 (or 0x282358) is unknown color: approx Paua. HEX triplet: 28, 23 and 58. RGB value is (40,35,88). Sum of RGB (Red+Green+Blue) = 40+35+88=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #282358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282358 is #D7DCA7. Grayscale: #2A2A2A. Windows color (decimal): -14146728 or 5776168. OLE color: 5776168.

HSL color Cylindrical-coordinate representation of color #282358: hue angle of 245.66º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282358 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB403588-
CMYK0.550.6000.65
HSL245.66º43.09%24.12%-
HSV(B)245.66º60.23%34.51%-
XYZ3.242.369.52-
YUV42.54153.66126.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=24.54%
G=21.47%
B=53.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4035880.550.6000.65245.6643.0924.12
Hex282358373C041f62b18
Octal5043130677401013665330
Binary1010001000111011000110111111100010000011111011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282358; }

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

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

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

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

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

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

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

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