#284D69

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

Shades of Arapawa #284D69

Tints of Arapawa #284D69

Color information

#284D69 (or 0x284D69) is unknown color: approx Arapawa. HEX triplet: 28, 4D and 69. RGB value is (40,77,105). Sum of RGB (Red+Green+Blue) = 40+77+105=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #284D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D69 is #D7B296. Grayscale: #444444. Windows color (decimal): -14135959 or 6901032. OLE color: 6901032.

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

Color convert

RGB4077105-
CMYK0.620.2700.59
HSL205.85º44.83%28.43%-
HSV(B)205.85º61.9%41.18%-
XYZ6.086.7814.35-
YUV69.13148.24107.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=18.02%
G=34.68%
B=47.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40771050.620.2700.59205.8544.8328.43
Hex284D693E1B03Bce2d1c
Octal5011515176330733165534
Binary101000100110111010011111101101101110111100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284D69; }

 p { color: rgb(40,77,105); }

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

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

 a { background-color: rgb(40,77,105); }

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

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

 span { border-color: rgb(40,77,105); }

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