#27605E

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

Shades of Blue Stone #27605E

Tints of Blue Stone #27605E

Color information

#27605E (or 0x27605E) is unknown color: approx Blue Stone. HEX triplet: 27, 60 and 5E. RGB value is (39,96,94). Sum of RGB (Red+Green+Blue) = 39+96+94=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #27605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27605E is #D89FA1. Grayscale: #4E4E4E. Windows color (decimal): -14196642 or 6184999. OLE color: 6184999.

HSL color Cylindrical-coordinate representation of color #27605E: hue angle of 177.89º 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 #27605E is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB399694-
CMYK0.5900.020.62
HSL177.89º42.22%26.47%-
HSV(B)177.89º59.38%37.65%-
XYZ7.049.6112.07-
YUV78.73136.6299.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=17.03%
G=41.92%
B=41.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996940.5900.020.62177.8942.2226.47
Hex27605E3B023Eb22a1a
Octal471401367302762625232
Binary100111110000010111101110110101111101011001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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