#275F61

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

Shades of Blue Stone #275F61

Tints of Blue Stone #275F61

Color information

#275F61 (or 0x275F61) is unknown color: approx Blue Stone. HEX triplet: 27, 5F and 61. RGB value is (39,95,97). Sum of RGB (Red+Green+Blue) = 39+95+97=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #275F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F61 is #D8A09E. Grayscale: #4E4E4E. Windows color (decimal): -14196895 or 6381351. OLE color: 6381351.

HSL color Cylindrical-coordinate representation of color #275F61: hue angle of 182.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275F61 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB399597-
CMYK0.600.0200.62
HSL182.07º42.65%26.67%-
HSV(B)182.07º59.79%38.04%-
XYZ7.099.4812.77-
YUV78.48138.4599.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=16.88%
G=41.13%
B=41.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3995970.600.0200.62182.0742.6526.67
Hex275F613C203Eb62b1b
Octal471371417420762665333
Binary100111101111111000011111001001111101011011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,97); }

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

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

 a { background-color: rgb(39,95,97); }

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

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

 span { border-color: rgb(39,95,97); }

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