#27505E

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

Shades of Arapawa #27505E

Tints of Arapawa #27505E

Color information

#27505E (or 0x27505E) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 5E. RGB value is (39,80,94). Sum of RGB (Red+Green+Blue) = 39+80+94=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #27505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27505E is #D8AFA1. Grayscale: #454545. Windows color (decimal): -14200738 or 6180903. OLE color: 6180903.

HSL color Cylindrical-coordinate representation of color #27505E: hue angle of 195.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27505E is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB398094-
CMYK0.590.1500.63
HSL195.27º41.35%26.08%-
HSV(B)195.27º58.51%36.86%-
XYZ5.736.9811.63-
YUV69.34141.92106.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=18.31%
G=37.56%
B=44.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3980940.590.1500.63195.2741.3526.08
Hex27505E3BF03Fc3291a
Octal4712013673170773035132
Binary10011110100001011110111011111101111111100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27505E; }

 p { color: rgb(39,80,94); }

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

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

 a { background-color: rgb(39,80,94); }

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

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

 span { border-color: rgb(39,80,94); }

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