#284866

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

Shades of Arapawa #284866

Tints of Arapawa #284866

Color information

#284866 (or 0x284866) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 66. RGB value is (40,72,102). Sum of RGB (Red+Green+Blue) = 40+72+102=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #284866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284866 is #D7B799. Grayscale: #414141. Windows color (decimal): -14137242 or 6703144. OLE color: 6703144.

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

Color convert

RGB4072102-
CMYK0.610.2900.6
HSL209.03º43.66%27.84%-
HSV(B)209.03º60.78%40%-
XYZ5.596.0513.44-
YUV65.85148.4109.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=18.69%
G=33.64%
B=47.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40721020.610.2900.6209.0343.6627.84
Hex2848663D1D03Cd12c1c
Octal5011014675350743215434
Binary101000100100011001101111011110101111001101000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284866; }

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

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

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

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

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

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

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

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