#28475A

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

Shades of Arapawa #28475A

Tints of Arapawa #28475A

Color information

#28475A (or 0x28475A) is unknown color: approx Arapawa. HEX triplet: 28, 47 and 5A. RGB value is (40,71,90). Sum of RGB (Red+Green+Blue) = 40+71+90=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #28475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475A is #D7B8A5. Grayscale: #3F3F3F. Windows color (decimal): -14137510 or 5916456. OLE color: 5916456.

HSL color Cylindrical-coordinate representation of color #28475A: hue angle of 202.8º 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 #28475A is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB407190-
CMYK0.560.2100.65
HSL202.8º38.46%25.49%-
HSV(B)202.8º55.56%35.29%-
XYZ4.975.710.51-
YUV63.9142.73110.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=19.90%
G=35.32%
B=44.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4071900.560.2100.65202.838.4625.49
Hex28475A3815041cb2619
Octal50107132702501013134631
Binary1010001000111101101011100010101010000011100101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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