#275A60

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

Shades of Blue Stone #275A60

Tints of Blue Stone #275A60

Color information

#275A60 (or 0x275A60) is unknown color: approx Blue Stone. HEX triplet: 27, 5A and 60. RGB value is (39,90,96). Sum of RGB (Red+Green+Blue) = 39+90+96=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #275A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A60 is #D8A59F. Grayscale: #4B4B4B. Windows color (decimal): -14198176 or 6314535. OLE color: 6314535.

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

Color convert

RGB399096-
CMYK0.590.0600.62
HSL186.32º42.22%26.47%-
HSV(B)186.32º59.38%37.65%-
XYZ6.68.5912.38-
YUV75.44139.6102.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=17.33%
G=40%
B=42.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3990960.590.0600.62186.3242.2226.47
Hex275A603B603Eba2a1a
Octal471321407360762725232
Binary1001111011010110000011101111001111101011101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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