#275B60

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

Shades of Blue Stone #275B60

Tints of Blue Stone #275B60

Color information

#275B60 (or 0x275B60) is unknown color: approx Blue Stone. HEX triplet: 27, 5B and 60. RGB value is (39,91,96). Sum of RGB (Red+Green+Blue) = 39+91+96=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #275B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B60 is #D8A49F. Grayscale: #4B4B4B. Windows color (decimal): -14197920 or 6314791. OLE color: 6314791.

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

Color convert

RGB399196-
CMYK0.590.0500.62
HSL185.26º42.22%26.47%-
HSV(B)185.26º59.38%37.65%-
XYZ6.698.7612.4-
YUV76.02139.27101.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=17.26%
G=40.27%
B=42.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3991960.590.0500.62185.2642.2226.47
Hex275B603B503Eb92a1a
Octal471331407350762715232
Binary1001111011011110000011101110101111101011100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275B60; }

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

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

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

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

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

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

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

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