#28495E

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

Shades of Arapawa #28495E

Tints of Arapawa #28495E

Color information

#28495E (or 0x28495E) is unknown color: approx Arapawa. HEX triplet: 28, 49 and 5E. RGB value is (40,73,94). Sum of RGB (Red+Green+Blue) = 40+73+94=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #28495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28495E is #D7B6A1. Grayscale: #414141. Windows color (decimal): -14136994 or 6179112. OLE color: 6179112.

HSL color Cylindrical-coordinate representation of color #28495E: hue angle of 203.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28495E is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB407394-
CMYK0.570.2200.63
HSL203.33º40.3%26.27%-
HSV(B)203.33º57.45%36.86%-
XYZ5.286.0211.47-
YUV65.53144.07109.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=19.32%
G=35.27%
B=45.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4073940.570.2200.63203.3340.326.27
Hex28495E391603Fcb281a
Octal5011113671260773135032
Binary101000100100110111101110011011001111111100101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28495E; }

 p { color: rgb(40,73,94); }

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

<style>
 a { background-color: #28495E; }

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

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

<style>
 span { border-color: #28495E; }

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

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