#284661

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

Shades of Arapawa #284661

Tints of Arapawa #284661

Color information

#284661 (or 0x284661) is unknown color: approx Arapawa. HEX triplet: 28, 46 and 61. RGB value is (40,70,97). Sum of RGB (Red+Green+Blue) = 40+70+97=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #284661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284661 is #D7B99E. Grayscale: #3F3F3F. Windows color (decimal): -14137759 or 6374952. OLE color: 6374952.

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

Color convert

RGB407097-
CMYK0.590.2800.62
HSL208.42º41.61%26.86%-
HSV(B)208.42º58.76%38.04%-
XYZ5.225.6912.13-
YUV64.11146.56110.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=19.32%
G=33.82%
B=46.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4070970.590.2800.62208.4241.6126.86
Hex2846613B1C03Ed02a1b
Octal5010614173340763205233
Binary101000100011011000011110111110001111101101000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284661; }

 p { color: rgb(40,70,97); }

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

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

 a { background-color: rgb(40,70,97); }

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

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

 span { border-color: rgb(40,70,97); }

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