#284C60

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

Shades of Arapawa #284C60

Tints of Arapawa #284C60

Color information

#284C60 (or 0x284C60) is unknown color: approx Arapawa. HEX triplet: 28, 4C and 60. RGB value is (40,76,96). Sum of RGB (Red+Green+Blue) = 40+76+96=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #284C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C60 is #D7B39F. Grayscale: #434343. Windows color (decimal): -14136224 or 6310952. OLE color: 6310952.

HSL color Cylindrical-coordinate representation of color #284C60: hue angle of 201.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284C60 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB407696-
CMYK0.580.2100.62
HSL201.43º41.18%26.67%-
HSV(B)201.43º58.33%37.65%-
XYZ5.576.4612.02-
YUV67.52144.07108.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=18.87%
G=35.85%
B=45.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4076960.580.2100.62201.4341.1826.67
Hex284C603A1503Ec9291b
Octal5011414072250763115133
Binary101000100110011000001110101010101111101100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,76,96); }

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

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

 a { background-color: rgb(40,76,96); }

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

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

 span { border-color: rgb(40,76,96); }

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