#284B68

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

Shades of Arapawa #284B68

Tints of Arapawa #284B68

Color information

#284B68 (or 0x284B68) is unknown color: approx Arapawa. HEX triplet: 28, 4B and 68. RGB value is (40,75,104). Sum of RGB (Red+Green+Blue) = 40+75+104=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #284B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B68 is #D7B497. Grayscale: #434343. Windows color (decimal): -14136472 or 6834984. OLE color: 6834984.

HSL color Cylindrical-coordinate representation of color #284B68: hue angle of 207.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284B68 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4075104-
CMYK0.620.2800.59
HSL207.19º44.44%28.24%-
HSV(B)207.19º61.54%40.78%-
XYZ5.896.4814.04-
YUV67.84148.4108.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=18.26%
G=34.25%
B=47.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40751040.620.2800.59207.1944.4428.24
Hex284B683E1C03Bcf2c1c
Octal5011315076340733175434
Binary101000100101111010001111101110001110111100111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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