#285262

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

Shades of Arapawa #285262

Tints of Arapawa #285262

Color information

#285262 (or 0x285262) is unknown color: approx Arapawa. HEX triplet: 28, 52 and 62. RGB value is (40,82,98). Sum of RGB (Red+Green+Blue) = 40+82+98=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #285262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285262 is #D7AD9D. Grayscale: #474747. Windows color (decimal): -14134686 or 6443560. OLE color: 6443560.

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

Color convert

RGB408298-
CMYK0.590.1600.62
HSL196.55º42.03%27.06%-
HSV(B)196.55º59.18%38.43%-
XYZ6.17.3712.66-
YUV71.27143.09105.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=18.18%
G=37.27%
B=44.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4082980.590.1600.62196.5542.0327.06
Hex2852623B1003Ec52a1b
Octal5012214273200763055233
Binary101000101001011000101110111000001111101100010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285262; }

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

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

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

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

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

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

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

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