#284862

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

Shades of Arapawa #284862

Tints of Arapawa #284862

Color information

#284862 (or 0x284862) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 62. RGB value is (40,72,98). Sum of RGB (Red+Green+Blue) = 40+72+98=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #284862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284862 is #D7B79D. Grayscale: #414141. Windows color (decimal): -14137246 or 6441000. OLE color: 6441000.

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

Color convert

RGB407298-
CMYK0.590.2700.62
HSL206.9º42.03%27.06%-
HSV(B)206.9º59.18%38.43%-
XYZ5.45.9712.42-
YUV65.4146.4109.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=19.05%
G=34.29%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4072980.590.2700.62206.942.0327.06
Hex2848623B1B03Ecf2a1b
Octal5011014273330763175233
Binary101000100100011000101110111101101111101100111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284862; }

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

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

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

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

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

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

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

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