#285263

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

Shades of Arapawa #285263

Tints of Arapawa #285263

Color information

#285263 (or 0x285263) is unknown color: approx Arapawa. HEX triplet: 28, 52 and 63. RGB value is (40,82,99). Sum of RGB (Red+Green+Blue) = 40+82+99=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #285263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285263 is #D7AD9C. Grayscale: #474747. Windows color (decimal): -14134685 or 6509096. OLE color: 6509096.

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

Color convert

RGB408299-
CMYK0.600.1700.61
HSL197.29º42.45%27.25%-
HSV(B)197.29º59.6%38.82%-
XYZ6.147.3912.91-
YUV71.38143.59105.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=18.10%
G=37.10%
B=44.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4082990.600.1700.61197.2942.4527.25
Hex2852633C1103Dc52a1b
Octal5012214374210753055233
Binary101000101001011000111111001000101111011100010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285263; }

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

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

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

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

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

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

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

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