#28245B

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

Shades of Paua #28245B

Tints of Paua #28245B

Color information

#28245B (or 0x28245B) is unknown color: approx Paua. HEX triplet: 28, 24 and 5B. RGB value is (40,36,91). Sum of RGB (Red+Green+Blue) = 40+36+91=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #28245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28245B is #D7DBA4. Grayscale: #2B2B2B. Windows color (decimal): -14146469 or 5973032. OLE color: 5973032.

HSL color Cylindrical-coordinate representation of color #28245B: hue angle of 244.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28245B is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB403691-
CMYK0.560.6000.64
HSL244.36º43.31%24.9%-
HSV(B)244.36º60.44%35.69%-
XYZ3.392.4710.2-
YUV43.47154.83125.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=23.95%
G=21.56%
B=54.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4036910.560.6000.64244.3643.3124.9
Hex28245B383C040f42b19
Octal5044133707401003645331
Binary1010001001001011011111000111100010000001111010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28245B; }

 p { color: rgb(40,36,91); }

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

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

 a { background-color: rgb(40,36,91); }

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

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

 span { border-color: rgb(40,36,91); }

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