#275C60

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

Shades of Blue Stone #275C60

Tints of Blue Stone #275C60

Color information

#275C60 (or 0x275C60) is unknown color: approx Blue Stone. HEX triplet: 27, 5C and 60. RGB value is (39,92,96). Sum of RGB (Red+Green+Blue) = 39+92+96=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #275C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C60 is #D8A39F. Grayscale: #4C4C4C. Windows color (decimal): -14197664 or 6315047. OLE color: 6315047.

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

Color convert

RGB399296-
CMYK0.590.0400.62
HSL184.21º42.22%26.47%-
HSV(B)184.21º59.38%37.65%-
XYZ6.788.9312.43-
YUV76.61138.94101.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=17.18%
G=40.53%
B=42.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3992960.590.0400.62184.2142.2226.47
Hex275C603B403Eb82a1a
Octal471341407340762705232
Binary1001111011100110000011101110001111101011100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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