#285062

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

Shades of Arapawa #285062

Tints of Arapawa #285062

Color information

#285062 (or 0x285062) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 62. RGB value is (40,80,98). Sum of RGB (Red+Green+Blue) = 40+80+98=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #285062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285062 is #D7AF9D. Grayscale: #454545. Windows color (decimal): -14135198 or 6443048. OLE color: 6443048.

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

Color convert

RGB408098-
CMYK0.590.1800.62
HSL198.62º42.03%27.06%-
HSV(B)198.62º59.18%38.43%-
XYZ5.957.0712.61-
YUV70.09143.75106.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=18.35%
G=36.70%
B=44.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4080980.590.1800.62198.6242.0327.06
Hex2850623B1203Ec72a1b
Octal5012014273220763075233
Binary101000101000011000101110111001001111101100011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285062; }

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

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

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

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

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

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

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

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