#284B63

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

Shades of Arapawa #284B63

Tints of Arapawa #284B63

Color information

#284B63 (or 0x284B63) is unknown color: approx Arapawa. HEX triplet: 28, 4B and 63. RGB value is (40,75,99). Sum of RGB (Red+Green+Blue) = 40+75+99=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #284B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B63 is #D7B49C. Grayscale: #434343. Windows color (decimal): -14136477 or 6507304. OLE color: 6507304.

HSL color Cylindrical-coordinate representation of color #284B63: hue angle of 204.41º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284B63 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB407599-
CMYK0.600.2400.61
HSL204.41º42.45%27.25%-
HSV(B)204.41º59.6%38.82%-
XYZ5.646.3812.74-
YUV67.27145.9108.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=18.69%
G=35.05%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4075990.600.2400.61204.4142.4527.25
Hex284B633C1803Dcc2a1b
Octal5011314374300753145233
Binary101000100101111000111111001100001111011100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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