#28285A

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

Shades of Paua #28285A

Tints of Paua #28285A

Color information

#28285A (or 0x28285A) is unknown color: approx Paua. HEX triplet: 28, 28 and 5A. RGB value is (40,40,90). Sum of RGB (Red+Green+Blue) = 40+40+90=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #28285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28285A is #D7D7A5. Grayscale: #2D2D2D. Windows color (decimal): -14145446 or 5908520. OLE color: 5908520.

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

Color convert

RGB404090-
CMYK0.560.5600.65
HSL240º38.46%25.49%-
HSV(B)240º55.56%35.29%-
XYZ3.482.7110.01-
YUV45.7153123.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=23.53%
G=23.53%
B=52.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4040900.560.5600.6524038.4625.49
Hex28285A3838041f02619
Octal5050132707001013604631
Binary1010001010001011010111000111000010000011111000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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