#27505D

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

Shades of Arapawa #27505D

Tints of Arapawa #27505D

Color information

#27505D (or 0x27505D) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 5D. RGB value is (39,80,93). Sum of RGB (Red+Green+Blue) = 39+80+93=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #27505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27505D is #D8AFA2. Grayscale: #454545. Windows color (decimal): -14200739 or 6115367. OLE color: 6115367.

HSL color Cylindrical-coordinate representation of color #27505D: hue angle of 194.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27505D is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB398093-
CMYK0.580.1400.64
HSL194.44º40.91%25.88%-
HSV(B)194.44º58.06%36.47%-
XYZ5.686.9611.4-
YUV69.22141.42106.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=18.40%
G=37.74%
B=43.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3980930.580.1400.64194.4440.9125.88
Hex27505D3AE040c2291a
Octal47120135721601003025132
Binary100111101000010111011110101110010000001100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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