#285662

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

Shades of Arapawa #285662

Tints of Arapawa #285662

Color information

#285662 (or 0x285662) is unknown color: approx Arapawa. HEX triplet: 28, 56 and 62. RGB value is (40,86,98). Sum of RGB (Red+Green+Blue) = 40+86+98=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #285662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285662 is #D7A99D. Grayscale: #494949. Windows color (decimal): -14133662 or 6444584. OLE color: 6444584.

HSL color Cylindrical-coordinate representation of color #285662: hue angle of 192.41º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285662 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408698-
CMYK0.590.1200.62
HSL192.41º42.03%27.06%-
HSV(B)192.41º59.18%38.43%-
XYZ6.417.9912.76-
YUV73.61141.76104.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 98 (38.67% from 255) = 43.75%
R=17.86%
G=38.39%
B=43.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4086980.590.1200.62192.4142.0327.06
Hex2856623BC03Ec02a1b
Octal5012614273140763005233
Binary10100010101101100010111011110001111101100000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285662; }

 p { color: rgb(40,86,98); }

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

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

 a { background-color: rgb(40,86,98); }

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

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

 span { border-color: rgb(40,86,98); }

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