#284969

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

Shades of Arapawa #284969

Tints of Arapawa #284969

Color information

#284969 (or 0x284969) is unknown color: approx Arapawa. HEX triplet: 28, 49 and 69. RGB value is (40,73,105). Sum of RGB (Red+Green+Blue) = 40+73+105=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #284969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284969 is #D7B696. Grayscale: #424242. Windows color (decimal): -14136983 or 6900008. OLE color: 6900008.

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

Color convert

RGB4073105-
CMYK0.620.3000.59
HSL209.54º44.83%28.43%-
HSV(B)209.54º61.9%41.18%-
XYZ5.816.2414.26-
YUV66.78149.57108.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=18.35%
G=33.49%
B=48.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40731050.620.3000.59209.5444.8328.43
Hex2849693E1E03Bd22d1c
Octal5011115176360733225534
Binary101000100100111010011111101111001110111101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284969; }

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

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

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

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

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

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

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

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