#285068

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

Shades of Arapawa #285068

Tints of Arapawa #285068

Color information

#285068 (or 0x285068) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 68. RGB value is (40,80,104). Sum of RGB (Red+Green+Blue) = 40+80+104=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #285068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285068 is #D7AF97. Grayscale: #464646. Windows color (decimal): -14135192 or 6836264. OLE color: 6836264.

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

Color convert

RGB4080104-
CMYK0.620.2300.59
HSL202.5º44.44%28.24%-
HSV(B)202.5º61.54%40.78%-
XYZ6.247.1914.16-
YUV70.78146.75106.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=17.86%
G=35.71%
B=46.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40801040.620.2300.59202.544.4428.24
Hex2850683E1703Bca2c1c
Octal5012015076270733125434
Binary101000101000011010001111101011101110111100101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285068; }

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

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

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

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

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

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

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

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