#284868

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

Shades of Arapawa #284868

Tints of Arapawa #284868

Color information

#284868 (or 0x284868) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 68. RGB value is (40,72,104). Sum of RGB (Red+Green+Blue) = 40+72+104=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #284868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284868 is #D7B797. Grayscale: #414141. Windows color (decimal): -14137240 or 6834216. OLE color: 6834216.

HSL color Cylindrical-coordinate representation of color #284868: hue angle of 210º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284868 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4072104-
CMYK0.620.3100.59
HSL210º44.44%28.24%-
HSV(B)210º61.54%40.78%-
XYZ5.696.0913.97-
YUV66.08149.4109.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=18.52%
G=33.33%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40721040.620.3100.5921044.4428.24
Hex2848683E1F03Bd22c1c
Octal5011015076370733225434
Binary101000100100011010001111101111101110111101001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284868; }

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

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

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

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

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

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

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

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