#27605F

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

Shades of Blue Stone #27605F

Tints of Blue Stone #27605F

Color information

#27605F (or 0x27605F) is unknown color: approx Blue Stone. HEX triplet: 27, 60 and 5F. RGB value is (39,96,95). Sum of RGB (Red+Green+Blue) = 39+96+95=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #27605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27605F is #D89FA0. Grayscale: #4E4E4E. Windows color (decimal): -14196641 or 6250535. OLE color: 6250535.

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

Color convert

RGB399695-
CMYK0.5900.010.62
HSL178.95º42.22%26.47%-
HSV(B)178.95º59.38%37.65%-
XYZ7.099.6212.31-
YUV78.84137.1299.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=16.96%
G=41.74%
B=41.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996950.5900.010.62178.9542.2226.47
Hex27605F3B013Eb32a1a
Octal471401377301762635232
Binary10011111000001011111111011011111101011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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