#284B69

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

Shades of Arapawa #284B69

Tints of Arapawa #284B69

Color information

#284B69 (or 0x284B69) is unknown color: approx Arapawa. HEX triplet: 28, 4B and 69. RGB value is (40,75,105). Sum of RGB (Red+Green+Blue) = 40+75+105=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #284B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B69 is #D7B496. Grayscale: #434343. Windows color (decimal): -14136471 or 6900520. OLE color: 6900520.

HSL color Cylindrical-coordinate representation of color #284B69: hue angle of 207.69º degrees, saturation: 0.45, 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 #284B69 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4075105-
CMYK0.620.2900.59
HSL207.69º44.83%28.43%-
HSV(B)207.69º61.9%41.18%-
XYZ5.946.514.31-
YUV67.96148.9108.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=18.18%
G=34.09%
B=47.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40751050.620.2900.59207.6944.8328.43
Hex284B693E1D03Bd02d1c
Octal5011315176350733205534
Binary101000100101111010011111101110101110111101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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