#284C62

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

Shades of Arapawa #284C62

Tints of Arapawa #284C62

Color information

#284C62 (or 0x284C62) is unknown color: approx Arapawa. HEX triplet: 28, 4C and 62. RGB value is (40,76,98). Sum of RGB (Red+Green+Blue) = 40+76+98=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #284C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C62 is #D7B39D. Grayscale: #434343. Windows color (decimal): -14136222 or 6442024. OLE color: 6442024.

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

Color convert

RGB407698-
CMYK0.590.2200.62
HSL202.76º42.03%27.06%-
HSV(B)202.76º59.18%38.43%-
XYZ5.666.512.51-
YUV67.74145.07108.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=18.69%
G=35.51%
B=45.79%

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
Decimal4076980.590.2200.62202.7642.0327.06
Hex284C623B1603Ecb2a1b
Octal5011414273260763135233
Binary101000100110011000101110111011001111101100101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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