#284C5F

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

Shades of Arapawa #284C5F

Tints of Arapawa #284C5F

Color information

#284C5F (or 0x284C5F) is unknown color: approx Arapawa. HEX triplet: 28, 4C and 5F. RGB value is (40,76,95). Sum of RGB (Red+Green+Blue) = 40+76+95=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #284C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C5F is #D7B3A0. Grayscale: #434343. Windows color (decimal): -14136225 or 6245416. OLE color: 6245416.

HSL color Cylindrical-coordinate representation of color #284C5F: hue angle of 200.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284C5F is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB407695-
CMYK0.580.2000.63
HSL200.73º40.74%26.47%-
HSV(B)200.73º57.89%37.25%-
XYZ5.536.4511.78-
YUV67.4143.57108.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=18.96%
G=36.02%
B=45.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4076950.580.2000.63200.7340.7426.47
Hex284C5F3A1403Fc9291a
Octal5011413772240773115132
Binary101000100110010111111110101010001111111100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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