#276667

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

Shades of Blue Stone #276667

Tints of Blue Stone #276667

Color information

#276667 (or 0x276667) is unknown color: approx Blue Stone. HEX triplet: 27, 66 and 67. RGB value is (39,102,103). Sum of RGB (Red+Green+Blue) = 39+102+103=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #276667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276667 is #D89998. Grayscale: #535353. Windows color (decimal): -14195097 or 6776359. OLE color: 6776359.

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

Color convert

RGB39102103-
CMYK0.620.0100.60
HSL180.94º45.07%27.84%-
HSV(B)180.94º62.14%40.39%-
XYZ8.0410.9114.51-
YUV83.28139.1396.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=15.98%
G=41.80%
B=42.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal391021030.620.0100.60180.9445.0727.84
Hex2766673E103Cb52d1c
Octal471461477610742655534
Binary10011111001101100111111110101111001011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276667; }

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

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

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

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

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

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

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

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