#2B6264

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

Shades of Blue Stone #2B6264

Tints of Blue Stone #2B6264

Color information

#2B6264 (or 0x2B6264) is unknown color: approx Blue Stone. HEX triplet: 2B, 62 and 64. RGB value is (43,98,100). Sum of RGB (Red+Green+Blue) = 43+98+100=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B6264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6264 is #D49D9B. Grayscale: #515151. Windows color (decimal): -13933980 or 6578731. OLE color: 6578731.

HSL color Cylindrical-coordinate representation of color #2B6264: hue angle of 182.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6264 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4398100-
CMYK0.570.0200.61
HSL182.11º39.86%28.04%-
HSV(B)182.11º57%39.22%-
XYZ7.6610.1713.62-
YUV81.78138.28100.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=17.84%
G=40.66%
B=41.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43981000.570.0200.61182.1139.8628.04
Hex2B626439203Db6281c
Octal531421447120752665034
Binary101011110001011001001110011001111011011011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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