#2B676A

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

Shades of Blue Stone #2B676A

Tints of Blue Stone #2B676A

Color information

#2B676A (or 0x2B676A) is unknown color: approx Blue Stone. HEX triplet: 2B, 67 and 6A. RGB value is (43,103,106). Sum of RGB (Red+Green+Blue) = 43+103+106=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B676A is #D49895. Grayscale: #555555. Windows color (decimal): -13932694 or 6973227. OLE color: 6973227.

HSL color Cylindrical-coordinate representation of color #2B676A: hue angle of 182.86º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B676A is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB43103106-
CMYK0.590.0300.58
HSL182.86º42.28%29.22%-
HSV(B)182.86º59.43%41.57%-
XYZ8.4511.2515.36-
YUV85.4139.6297.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=17.06%
G=40.87%
B=42.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431031060.590.0300.58182.8642.2829.22
Hex2B676A3B303Ab72a1d
Octal531471527330722675235
Binary101011110011111010101110111101110101011011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B676A; }

 p { color: rgb(43,103,106); }

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

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

 a { background-color: rgb(43,103,106); }

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

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

 span { border-color: rgb(43,103,106); }

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