#285061

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

Shades of Arapawa #285061

Tints of Arapawa #285061

Color information

#285061 (or 0x285061) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 61. RGB value is (40,80,97). Sum of RGB (Red+Green+Blue) = 40+80+97=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #285061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285061 is #D7AF9E. Grayscale: #454545. Windows color (decimal): -14135199 or 6377512. OLE color: 6377512.

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

Color convert

RGB408097-
CMYK0.590.1800.62
HSL197.89º41.61%26.86%-
HSV(B)197.89º58.76%38.04%-
XYZ5.97.0512.36-
YUV69.98143.25106.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=18.43%
G=36.87%
B=44.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4080970.590.1800.62197.8941.6126.86
Hex2850613B1203Ec62a1b
Octal5012014173220763065233
Binary101000101000011000011110111001001111101100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285061; }

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

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

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

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

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

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

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

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