#2B6261

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

Shades of Blue Stone #2B6261

Tints of Blue Stone #2B6261

Color information

#2B6261 (or 0x2B6261) is unknown color: approx Blue Stone. HEX triplet: 2B, 62 and 61. RGB value is (43,98,97). Sum of RGB (Red+Green+Blue) = 43+98+97=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6261 is #D49D9E. Grayscale: #515151. Windows color (decimal): -13933983 or 6382123. OLE color: 6382123.

HSL color Cylindrical-coordinate representation of color #2B6261: hue angle of 178.91º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6261 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB439897-
CMYK0.5600.010.62
HSL178.91º39.01%27.65%-
HSV(B)178.91º56.12%38.43%-
XYZ7.5210.1112.86-
YUV81.44136.78100.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=18.07%
G=41.18%
B=40.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398970.5600.010.62178.9139.0127.65
Hex2B626138013Eb3271c
Octal531421417001762634734
Binary10101111000101100001111000011111101011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,97); }

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

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

 a { background-color: rgb(43,98,97); }

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

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

 span { border-color: rgb(43,98,97); }

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