#284D5C

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

Shades of Arapawa #284D5C

Tints of Arapawa #284D5C

Color information

#284D5C (or 0x284D5C) is unknown color: approx Arapawa. HEX triplet: 28, 4D and 5C. RGB value is (40,77,92). Sum of RGB (Red+Green+Blue) = 40+77+92=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #284D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D5C is #D7B2A3. Grayscale: #434343. Windows color (decimal): -14135972 or 6049064. OLE color: 6049064.

HSL color Cylindrical-coordinate representation of color #284D5C: hue angle of 197.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284D5C is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407792-
CMYK0.570.1600.64
HSL197.31º39.39%25.88%-
HSV(B)197.31º56.52%36.08%-
XYZ5.466.5311.1-
YUV67.65141.74108.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=19.14%
G=36.84%
B=44.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4077920.570.1600.64197.3139.3925.88
Hex284D5C3910040c5271a
Octal50115134712001003054732
Binary1010001001101101110011100110000010000001100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,77,92); }

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

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

 a { background-color: rgb(40,77,92); }

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

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

 span { border-color: rgb(40,77,92); }

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