#284C61

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

Shades of Arapawa #284C61

Tints of Arapawa #284C61

Color information

#284C61 (or 0x284C61) is unknown color: approx Arapawa. HEX triplet: 28, 4C and 61. RGB value is (40,76,97). Sum of RGB (Red+Green+Blue) = 40+76+97=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #284C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C61 is #D7B39E. Grayscale: #434343. Windows color (decimal): -14136223 or 6376488. OLE color: 6376488.

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

Color convert

RGB407697-
CMYK0.590.2200.62
HSL202.11º41.61%26.86%-
HSV(B)202.11º58.76%38.04%-
XYZ5.626.4812.26-
YUV67.63144.57108.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=18.78%
G=35.68%
B=45.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4076970.590.2200.62202.1141.6126.86
Hex284C613B1603Eca2a1b
Octal5011414173260763125233
Binary101000100110011000011110111011001111101100101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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