#285162

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

Shades of Arapawa #285162

Tints of Arapawa #285162

Color information

#285162 (or 0x285162) is unknown color: approx Arapawa. HEX triplet: 28, 51 and 62. RGB value is (40,81,98). Sum of RGB (Red+Green+Blue) = 40+81+98=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #285162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285162 is #D7AE9D. Grayscale: #464646. Windows color (decimal): -14134942 or 6443304. OLE color: 6443304.

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

Color convert

RGB408198-
CMYK0.590.1700.62
HSL197.59º42.03%27.06%-
HSV(B)197.59º59.18%38.43%-
XYZ6.027.2212.63-
YUV70.68143.42106.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=18.26%
G=36.99%
B=44.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4081980.590.1700.62197.5942.0327.06
Hex2851623B1103Ec62a1b
Octal5012114273210763065233
Binary101000101000111000101110111000101111101100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285162; }

 p { color: rgb(40,81,98); }

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

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

 a { background-color: rgb(40,81,98); }

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

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

 span { border-color: rgb(40,81,98); }

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