#284F69

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

Shades of Arapawa #284F69

Tints of Arapawa #284F69

Color information

#284F69 (or 0x284F69) is unknown color: approx Arapawa. HEX triplet: 28, 4F and 69. RGB value is (40,79,105). Sum of RGB (Red+Green+Blue) = 40+79+105=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #284F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F69 is #D7B096. Grayscale: #464646. Windows color (decimal): -14135447 or 6901544. OLE color: 6901544.

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

Color convert

RGB4079105-
CMYK0.620.2500.59
HSL204º44.83%28.43%-
HSV(B)204º61.9%41.18%-
XYZ6.227.0614.4-
YUV70.3147.58106.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=17.86%
G=35.27%
B=46.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40791050.620.2500.5920444.8328.43
Hex284F693E1903Bcc2d1c
Octal5011715176310733145534
Binary101000100111111010011111101100101110111100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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