#285260

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

Shades of Arapawa #285260

Tints of Arapawa #285260

Color information

#285260 (or 0x285260) is unknown color: approx Arapawa. HEX triplet: 28, 52 and 60. RGB value is (40,82,96). Sum of RGB (Red+Green+Blue) = 40+82+96=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #285260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285260 is #D7AD9F. Grayscale: #464646. Windows color (decimal): -14134688 or 6312488. OLE color: 6312488.

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

Color convert

RGB408296-
CMYK0.580.1500.62
HSL195º41.18%26.67%-
HSV(B)195º58.33%37.65%-
XYZ67.3312.16-
YUV71.04142.09105.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=18.35%
G=37.61%
B=44.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4082960.580.1500.6219541.1826.67
Hex2852603AF03Ec3291b
Octal5012214072170763035133
Binary10100010100101100000111010111101111101100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285260; }

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

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

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

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

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

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

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

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