#275C5E

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

Shades of Blue Stone #275C5E

Tints of Blue Stone #275C5E

Color information

#275C5E (or 0x275C5E) is unknown color: approx Blue Stone. HEX triplet: 27, 5C and 5E. RGB value is (39,92,94). Sum of RGB (Red+Green+Blue) = 39+92+94=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #275C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C5E is #D8A3A1. Grayscale: #4C4C4C. Windows color (decimal): -14197666 or 6183975. OLE color: 6183975.

HSL color Cylindrical-coordinate representation of color #275C5E: hue angle of 182.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275C5E is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB399294-
CMYK0.590.0200.63
HSL182.18º41.35%26.08%-
HSV(B)182.18º58.51%36.86%-
XYZ6.688.8911.95-
YUV76.38137.94101.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=17.33%
G=40.89%
B=41.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3992940.590.0200.63182.1841.3526.08
Hex275C5E3B203Fb6291a
Octal471341367320772665132
Binary100111101110010111101110111001111111011011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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