#285163

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

Shades of Arapawa #285163

Tints of Arapawa #285163

Color information

#285163 (or 0x285163) is unknown color: approx Arapawa. HEX triplet: 28, 51 and 63. RGB value is (40,81,99). Sum of RGB (Red+Green+Blue) = 40+81+99=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #285163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285163 is #D7AE9C. Grayscale: #464646. Windows color (decimal): -14134941 or 6508840. OLE color: 6508840.

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

Color convert

RGB408199-
CMYK0.600.1800.61
HSL198.31º42.45%27.25%-
HSV(B)198.31º59.6%38.82%-
XYZ6.077.2412.88-
YUV70.79143.92106.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 99 (39.06% from 255) = 45%
R=18.18%
G=36.82%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4081990.600.1800.61198.3142.4527.25
Hex2851633C1203Dc62a1b
Octal5012114374220753065233
Binary101000101000111000111111001001001111011100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285163; }

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

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

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

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

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

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

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

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