#285460

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

Shades of Arapawa #285460

Tints of Arapawa #285460

Color information

#285460 (or 0x285460) is unknown color: approx Arapawa. HEX triplet: 28, 54 and 60. RGB value is (40,84,96). Sum of RGB (Red+Green+Blue) = 40+84+96=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #285460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285460 is #D7AB9F. Grayscale: #484848. Windows color (decimal): -14134176 or 6313000. OLE color: 6313000.

HSL color Cylindrical-coordinate representation of color #285460: hue angle of 192.86º 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 #285460 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408496-
CMYK0.580.1200.62
HSL192.86º41.18%26.67%-
HSV(B)192.86º58.33%37.65%-
XYZ6.167.6412.22-
YUV72.21141.42105.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=18.18%
G=38.18%
B=43.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4084960.580.1200.62192.8641.1826.67
Hex2854603AC03Ec1291b
Octal5012414072140763015133
Binary10100010101001100000111010110001111101100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285460; }

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

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

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

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

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

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

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

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