#284966

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

Shades of Arapawa #284966

Tints of Arapawa #284966

Color information

#284966 (or 0x284966) is unknown color: approx Arapawa. HEX triplet: 28, 49 and 66. RGB value is (40,73,102). Sum of RGB (Red+Green+Blue) = 40+73+102=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #284966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284966 is #D7B699. Grayscale: #424242. Windows color (decimal): -14136986 or 6703400. OLE color: 6703400.

HSL color Cylindrical-coordinate representation of color #284966: hue angle of 208.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284966 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4073102-
CMYK0.610.2800.6
HSL208.06º43.66%27.84%-
HSV(B)208.06º60.78%40%-
XYZ5.666.1813.46-
YUV66.44148.07109.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=18.60%
G=33.95%
B=47.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40731020.610.2800.6208.0643.6627.84
Hex2849663D1C03Cd02c1c
Octal5011114675340743205434
Binary101000100100111001101111011110001111001101000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284966; }

 p { color: rgb(40,73,102); }

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

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

 a { background-color: rgb(40,73,102); }

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

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

 span { border-color: rgb(40,73,102); }

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