#275E63

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

Shades of Blue Stone #275E63

Tints of Blue Stone #275E63

Color information

#275E63 (or 0x275E63) is unknown color: approx Blue Stone. HEX triplet: 27, 5E and 63. RGB value is (39,94,99). Sum of RGB (Red+Green+Blue) = 39+94+99=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #275E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E63 is #D8A19C. Grayscale: #4E4E4E. Windows color (decimal): -14197149 or 6512167. OLE color: 6512167.

HSL color Cylindrical-coordinate representation of color #275E63: hue angle of 185º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275E63 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB399499-
CMYK0.610.0500.61
HSL185º43.48%27.06%-
HSV(B)185º60.61%38.82%-
XYZ7.099.3413.23-
YUV78.12139.78100.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=16.81%
G=40.52%
B=42.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3994990.610.0500.6118543.4827.06
Hex275E633D503Db92b1b
Octal471361437550752715333
Binary1001111011110110001111110110101111011011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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