#275B62

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

Shades of Blue Stone #275B62

Tints of Blue Stone #275B62

Color information

#275B62 (or 0x275B62) is unknown color: approx Blue Stone. HEX triplet: 27, 5B and 62. RGB value is (39,91,98). Sum of RGB (Red+Green+Blue) = 39+91+98=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #275B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B62 is #D8A49D. Grayscale: #4C4C4C. Windows color (decimal): -14197918 or 6445863. OLE color: 6445863.

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

Color convert

RGB399198-
CMYK0.600.0700.62
HSL187.12º43.07%26.86%-
HSV(B)187.12º60.2%38.43%-
XYZ6.788.812.9-
YUV76.25140.27101.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=17.11%
G=39.91%
B=42.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3991980.600.0700.62187.1243.0726.86
Hex275B623C703Ebb2b1b
Octal471331427470762735333
Binary1001111011011110001011110011101111101011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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