#284665

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

Shades of Arapawa #284665

Tints of Arapawa #284665

Color information

#284665 (or 0x284665) is unknown color: approx Arapawa. HEX triplet: 28, 46 and 65. RGB value is (40,70,101). Sum of RGB (Red+Green+Blue) = 40+70+101=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #284665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284665 is #D7B99A. Grayscale: #404040. Windows color (decimal): -14137755 or 6637096. OLE color: 6637096.

HSL color Cylindrical-coordinate representation of color #284665: hue angle of 210.49º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284665 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4070101-
CMYK0.600.3100.60
HSL210.49º43.26%27.65%-
HSV(B)210.49º60.4%39.61%-
XYZ5.415.7713.14-
YUV64.56148.56110.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=18.96%
G=33.18%
B=47.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40701010.600.3100.60210.4943.2627.65
Hex2846653C1F03Cd22b1c
Octal5010614574370743225334
Binary101000100011011001011111001111101111001101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284665; }

 p { color: rgb(40,70,101); }

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

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

 a { background-color: rgb(40,70,101); }

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

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

 span { border-color: rgb(40,70,101); }

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