#284B60

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

Shades of Arapawa #284B60

Tints of Arapawa #284B60

Color information

#284B60 (or 0x284B60) is unknown color: approx Arapawa. HEX triplet: 28, 4B and 60. RGB value is (40,75,96). Sum of RGB (Red+Green+Blue) = 40+75+96=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #284B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B60 is #D7B49F. Grayscale: #424242. Windows color (decimal): -14136480 or 6310696. OLE color: 6310696.

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

Color convert

RGB407596-
CMYK0.580.2200.62
HSL202.5º41.18%26.67%-
HSV(B)202.5º58.33%37.65%-
XYZ5.56.3312-
YUV66.93144.4108.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=18.96%
G=35.55%
B=45.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4075960.580.2200.62202.541.1826.67
Hex284B603A1603Eca291b
Octal5011314072260763125133
Binary101000100101111000001110101011001111101100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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