#285760

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

Shades of Arapawa #285760

Tints of Arapawa #285760

Color information

#285760 (or 0x285760) is unknown color: approx Arapawa. HEX triplet: 28, 57 and 60. RGB value is (40,87,96). Sum of RGB (Red+Green+Blue) = 40+87+96=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #285760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285760 is #D7A89F. Grayscale: #494949. Windows color (decimal): -14133408 or 6313768. OLE color: 6313768.

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

Color convert

RGB408796-
CMYK0.580.0900.62
HSL189.64º41.18%26.67%-
HSV(B)189.64º58.33%37.65%-
XYZ6.398.1112.3-
YUV73.97140.43103.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=17.94%
G=39.01%
B=43.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4087960.580.0900.62189.6441.1826.67
Hex2857603A903Ebe291b
Octal5012714072110762765133
Binary10100010101111100000111010100101111101011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285760; }

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

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

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

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

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

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

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

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