#28235A

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

Shades of Paua #28235A

Tints of Paua #28235A

Color information

#28235A (or 0x28235A) is unknown color: approx Paua. HEX triplet: 28, 23 and 5A. RGB value is (40,35,90). Sum of RGB (Red+Green+Blue) = 40+35+90=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #28235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28235A is #D7DCA5. Grayscale: #2A2A2A. Windows color (decimal): -14146726 or 5907240. OLE color: 5907240.

HSL color Cylindrical-coordinate representation of color #28235A: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28235A is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB403590-
CMYK0.560.6100.65
HSL245.45º44%24.51%-
HSV(B)245.45º61.11%35.29%-
XYZ3.322.399.96-
YUV42.76154.66126.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=24.24%
G=21.21%
B=54.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4035900.560.6100.65245.454424.51
Hex28235A383D041f52c19
Octal5043132707501013655431
Binary1010001000111011010111000111101010000011111010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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