#276067

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

Shades of Blue Stone #276067

Tints of Blue Stone #276067

Color information

#276067 (or 0x276067) is unknown color: approx Blue Stone. HEX triplet: 27, 60 and 67. RGB value is (39,96,103). Sum of RGB (Red+Green+Blue) = 39+96+103=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #276067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276067 is #D89F98. Grayscale: #4F4F4F. Windows color (decimal): -14196633 or 6774823. OLE color: 6774823.

HSL color Cylindrical-coordinate representation of color #276067: hue angle of 186.56º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276067 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3996103-
CMYK0.620.0700.60
HSL186.56º45.07%27.84%-
HSV(B)186.56º62.14%40.39%-
XYZ7.479.7814.33-
YUV79.76141.1298.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=16.39%
G=40.34%
B=43.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39961030.620.0700.60186.5645.0727.84
Hex2760673E703Cbb2d1c
Octal471401477670742735534
Binary1001111100000110011111111011101111001011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276067; }

 p { color: rgb(39,96,103); }

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

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

 a { background-color: rgb(39,96,103); }

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

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

 span { border-color: rgb(39,96,103); }

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