#284A69

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

Shades of Arapawa #284A69

Tints of Arapawa #284A69

Color information

#284A69 (or 0x284A69) is unknown color: approx Arapawa. HEX triplet: 28, 4A and 69. RGB value is (40,74,105). Sum of RGB (Red+Green+Blue) = 40+74+105=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #284A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A69 is #D7B596. Grayscale: #434343. Windows color (decimal): -14136727 or 6900264. OLE color: 6900264.

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

Color convert

RGB4074105-
CMYK0.620.3000.59
HSL208.62º44.83%28.43%-
HSV(B)208.62º61.9%41.18%-
XYZ5.876.3714.28-
YUV67.37149.24108.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=18.26%
G=33.79%
B=47.95%

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
Decimal40741050.620.3000.59208.6244.8328.43
Hex284A693E1E03Bd12d1c
Octal5011215176360733215534
Binary101000100101011010011111101111001110111101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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