#285763

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

Shades of Arapawa #285763

Tints of Arapawa #285763

Color information

#285763 (or 0x285763) is unknown color: approx Arapawa. HEX triplet: 28, 57 and 63. RGB value is (40,87,99). Sum of RGB (Red+Green+Blue) = 40+87+99=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #285763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285763 is #D7A89C. Grayscale: #4A4A4A. Windows color (decimal): -14133405 or 6510376. OLE color: 6510376.

HSL color Cylindrical-coordinate representation of color #285763: hue angle of 192.2º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285763 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB408799-
CMYK0.600.1200.61
HSL192.2º42.45%27.25%-
HSV(B)192.2º59.6%38.82%-
XYZ6.548.1713.04-
YUV74.32141.93103.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=17.70%
G=38.50%
B=43.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4087990.600.1200.61192.242.4527.25
Hex2857633CC03Dc02a1b
Octal5012714374140753005233
Binary10100010101111100011111100110001111011100000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285763; }

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

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

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

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

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

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

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

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