#285060

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

Shades of Arapawa #285060

Tints of Arapawa #285060

Color information

#285060 (or 0x285060) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 60. RGB value is (40,80,96). Sum of RGB (Red+Green+Blue) = 40+80+96=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #285060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285060 is #D7AF9F. Grayscale: #454545. Windows color (decimal): -14135200 or 6311976. OLE color: 6311976.

HSL color Cylindrical-coordinate representation of color #285060: hue angle of 197.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285060 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408096-
CMYK0.580.1700.62
HSL197.14º41.18%26.67%-
HSV(B)197.14º58.33%37.65%-
XYZ5.867.0312.12-
YUV69.86142.75106.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=18.52%
G=37.04%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4080960.580.1700.62197.1441.1826.67
Hex2850603A1103Ec5291b
Octal5012014072210763055133
Binary101000101000011000001110101000101111101100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285060; }

 p { color: rgb(40,80,96); }

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

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

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

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

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

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

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