#284A66

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

Shades of Arapawa #284A66

Tints of Arapawa #284A66

Color information

#284A66 (or 0x284A66) is unknown color: approx Arapawa. HEX triplet: 28, 4A and 66. RGB value is (40,74,102). Sum of RGB (Red+Green+Blue) = 40+74+102=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #284A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A66 is #D7B599. Grayscale: #424242. Windows color (decimal): -14136730 or 6703656. OLE color: 6703656.

HSL color Cylindrical-coordinate representation of color #284A66: hue angle of 207.1º 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 #284A66 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4074102-
CMYK0.610.2700.6
HSL207.1º43.66%27.84%-
HSV(B)207.1º60.78%40%-
XYZ5.726.3113.49-
YUV67.03147.74108.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=18.52%
G=34.26%
B=47.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40741020.610.2700.6207.143.6627.84
Hex284A663D1B03Ccf2c1c
Octal5011214675330743175434
Binary101000100101011001101111011101101111001100111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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