#285762

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

Shades of Arapawa #285762

Tints of Arapawa #285762

Color information

#285762 (or 0x285762) is unknown color: approx Arapawa. HEX triplet: 28, 57 and 62. RGB value is (40,87,98). Sum of RGB (Red+Green+Blue) = 40+87+98=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #285762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285762 is #D7A89D. Grayscale: #4A4A4A. Windows color (decimal): -14133406 or 6444840. OLE color: 6444840.

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

Color convert

RGB408798-
CMYK0.590.1100.62
HSL191.38º42.03%27.06%-
HSV(B)191.38º59.18%38.43%-
XYZ6.498.1512.79-
YUV74.2141.43103.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=17.78%
G=38.67%
B=43.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4087980.590.1100.62191.3842.0327.06
Hex2857623BB03Ebf2a1b
Octal5012714273130762775233
Binary10100010101111100010111011101101111101011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285762; }

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

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

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

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

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

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

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

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