#2B6764

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

Shades of Blue Stone #2B6764

Tints of Blue Stone #2B6764

Color information

#2B6764 (or 0x2B6764) is unknown color: approx Blue Stone. HEX triplet: 2B, 67 and 64. RGB value is (43,103,100). Sum of RGB (Red+Green+Blue) = 43+103+100=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6764 is #D4989B. Grayscale: #545454. Windows color (decimal): -13932700 or 6580011. OLE color: 6580011.

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

Color convert

RGB43103100-
CMYK0.5800.030.60
HSL177º41.1%28.63%-
HSV(B)177º58.25%40.39%-
XYZ8.1511.1313.78-
YUV84.72136.6298.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=17.48%
G=41.87%
B=40.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal431031000.5800.030.6017741.128.63
Hex2B67643A033Cb1291d
Octal531471447203742615135
Binary101011110011111001001110100111111001011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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