#285065

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

Shades of Arapawa #285065

Tints of Arapawa #285065

Color information

#285065 (or 0x285065) is unknown color: approx Arapawa. HEX triplet: 28, 50 and 65. RGB value is (40,80,101). Sum of RGB (Red+Green+Blue) = 40+80+101=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #285065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285065 is #D7AF9A. Grayscale: #464646. Windows color (decimal): -14135195 or 6639656. OLE color: 6639656.

HSL color Cylindrical-coordinate representation of color #285065: hue angle of 200.66º 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 #285065 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4080101-
CMYK0.600.2100.60
HSL200.66º43.26%27.65%-
HSV(B)200.66º60.4%39.61%-
XYZ6.097.1313.37-
YUV70.43145.25106.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=18.10%
G=36.20%
B=45.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40801010.600.2100.60200.6643.2627.65
Hex2850653C1503Cc92b1c
Octal5012014574250743115334
Binary101000101000011001011111001010101111001100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285065; }

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

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

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

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

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

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

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

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