#285063

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

Shades of Arapawa #285063

Tints of Arapawa #285063

Color information

#285063 (or 0x285063) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 63. RGB value is (40,80,99). Sum of RGB (Red+Green+Blue) = 40+80+99=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #285063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285063 is #D7AF9C. Grayscale: #464646. Windows color (decimal): -14135197 or 6508584. OLE color: 6508584.

HSL color Cylindrical-coordinate representation of color #285063: hue angle of 199.32º 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 #285063 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB408099-
CMYK0.600.1900.61
HSL199.32º42.45%27.25%-
HSV(B)199.32º59.6%38.82%-
XYZ67.0912.86-
YUV70.21144.25106.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=18.26%
G=36.53%
B=45.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4080990.600.1900.61199.3242.4527.25
Hex2850633C1303Dc72a1b
Octal5012014374230753075233
Binary101000101000011000111111001001101111011100011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285063; }

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

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

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

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

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

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

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

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