#28235D

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

Shades of Paua #28235D

Tints of Paua #28235D

Color information

#28235D (or 0x28235D) is unknown color: approx Paua. HEX triplet: 28, 23 and 5D. RGB value is (40,35,93). Sum of RGB (Red+Green+Blue) = 40+35+93=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #28235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28235D is #D7DCA2. Grayscale: #2A2A2A. Windows color (decimal): -14146723 or 6103848. OLE color: 6103848.

HSL color Cylindrical-coordinate representation of color #28235D: hue angle of 245.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28235D is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB403593-
CMYK0.570.6200.64
HSL245.17º45.31%25.1%-
HSV(B)245.17º62.37%36.47%-
XYZ3.452.4410.65-
YUV43.11156.16125.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=23.81%
G=20.83%
B=55.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4035930.570.6200.64245.1745.3125.1
Hex28235D393E040f52d19
Octal5043135717601003655531
Binary1010001000111011101111001111110010000001111010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28235D; }

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

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

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

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

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

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

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

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