#284B6A

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

Shades of Arapawa #284B6A

Tints of Arapawa #284B6A

Color information

#284B6A (or 0x284B6A) is unknown color: approx Arapawa. HEX triplet: 28, 4B and 6A. RGB value is (40,75,106). Sum of RGB (Red+Green+Blue) = 40+75+106=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #284B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B6A is #D7B495. Grayscale: #434343. Windows color (decimal): -14136470 or 6966056. OLE color: 6966056.

HSL color Cylindrical-coordinate representation of color #284B6A: hue angle of 208.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284B6A is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4075106-
CMYK0.620.2900.58
HSL208.18º45.21%28.63%-
HSV(B)208.18º62.26%41.57%-
XYZ5.996.5214.58-
YUV68.07149.4107.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=18.10%
G=33.94%
B=47.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40751060.620.2900.58208.1845.2128.63
Hex284B6A3E1D03Ad02d1d
Octal5011315276350723205535
Binary101000100101111010101111101110101110101101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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