#2B6362

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

Shades of Blue Stone #2B6362

Tints of Blue Stone #2B6362

Color information

#2B6362 (or 0x2B6362) is unknown color: approx Blue Stone. HEX triplet: 2B, 63 and 62. RGB value is (43,99,98). Sum of RGB (Red+Green+Blue) = 43+99+98=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6362 is #D49C9D. Grayscale: #525252. Windows color (decimal): -13933726 or 6447915. OLE color: 6447915.

HSL color Cylindrical-coordinate representation of color #2B6362: hue angle of 178.93º degrees, saturation: 0.39, 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 #2B6362 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB439998-
CMYK0.5700.010.61
HSL178.93º39.44%27.84%-
HSV(B)178.93º56.57%38.82%-
XYZ7.6610.3213.14-
YUV82.14136.95100.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=17.92%
G=41.25%
B=40.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399980.5700.010.61178.9339.4427.84
Hex2B636239013Db3271c
Octal531431427101752634734
Binary10101111000111100010111001011111011011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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