#275B5E

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

Shades of Blue Stone #275B5E

Tints of Blue Stone #275B5E

Color information

#275B5E (or 0x275B5E) is unknown color: approx Blue Stone. HEX triplet: 27, 5B and 5E. RGB value is (39,91,94). Sum of RGB (Red+Green+Blue) = 39+91+94=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #275B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B5E is #D8A4A1. Grayscale: #4B4B4B. Windows color (decimal): -14197922 or 6183719. OLE color: 6183719.

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

Color convert

RGB399194-
CMYK0.590.0300.63
HSL183.27º41.35%26.08%-
HSV(B)183.27º58.51%36.86%-
XYZ6.68.7211.93-
YUV75.79138.27101.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=17.41%
G=40.62%
B=41.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3991940.590.0300.63183.2741.3526.08
Hex275B5E3B303Fb7291a
Octal471331367330772675132
Binary100111101101110111101110111101111111011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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