#275560

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

Shades of Arapawa #275560

Tints of Arapawa #275560

Color information

#275560 (or 0x275560) is unknown color: approx Arapawa. HEX triplet: 27, 55 and 60. RGB value is (39,85,96). Sum of RGB (Red+Green+Blue) = 39+85+96=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #275560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275560 is #D8AA9F. Grayscale: #484848. Windows color (decimal): -14199456 or 6313255. OLE color: 6313255.

HSL color Cylindrical-coordinate representation of color #275560: hue angle of 191.58º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275560 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB398596-
CMYK0.590.1100.62
HSL191.58º42.22%26.47%-
HSV(B)191.58º59.38%37.65%-
XYZ6.27.7712.24-
YUV72.5141.26104.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=17.73%
G=38.64%
B=43.64%

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
Decimal3985960.590.1100.62191.5842.2226.47
Hex2755603BB03Ec02a1a
Octal4712514073130763005232
Binary10011110101011100000111011101101111101100000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275560; }

 p { color: rgb(39,85,96); }

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

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

 a { background-color: rgb(39,85,96); }

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

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

 span { border-color: rgb(39,85,96); }

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