#285265

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

Shades of Arapawa #285265

Tints of Arapawa #285265

Color information

#285265 (or 0x285265) is unknown color: approx Arapawa. HEX triplet: 28, 52 and 65. RGB value is (40,82,101). Sum of RGB (Red+Green+Blue) = 40+82+101=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #285265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285265 is #D7AD9A. Grayscale: #474747. Windows color (decimal): -14134683 or 6640168. OLE color: 6640168.

HSL color Cylindrical-coordinate representation of color #285265: hue angle of 198.69º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285265 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4082101-
CMYK0.600.1900.60
HSL198.69º43.26%27.65%-
HSV(B)198.69º60.4%39.61%-
XYZ6.247.4313.42-
YUV71.61144.59105.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=17.94%
G=36.77%
B=45.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40821010.600.1900.60198.6943.2627.65
Hex2852653C1303Cc72b1c
Octal5012214574230743075334
Binary101000101001011001011111001001101111001100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285265; }

 p { color: rgb(40,82,101); }

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

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

 a { background-color: rgb(40,82,101); }

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

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

 span { border-color: rgb(40,82,101); }

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