#28485D

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

Shades of Arapawa #28485D

Tints of Arapawa #28485D

Color information

#28485D (or 0x28485D) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 5D. RGB value is (40,72,93). Sum of RGB (Red+Green+Blue) = 40+72+93=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #28485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28485D is #D7B7A2. Grayscale: #404040. Windows color (decimal): -14137251 or 6113320. OLE color: 6113320.

HSL color Cylindrical-coordinate representation of color #28485D: hue angle of 203.77º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28485D is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407293-
CMYK0.570.2300.64
HSL203.77º39.85%26.08%-
HSV(B)203.77º56.99%36.47%-
XYZ5.175.8811.22-
YUV64.83143.9110.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=19.51%
G=35.12%
B=45.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4072930.570.2300.64203.7739.8526.08
Hex28485D3917040cc281a
Octal50110135712701003145032
Binary1010001001000101110111100110111010000001100110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28485D; }

 p { color: rgb(40,72,93); }

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

<style>
 a { background-color: #28485D; }

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

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

<style>
 span { border-color: #28485D; }

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

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