#2B6162

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

Shades of Blue Stone #2B6162

Tints of Blue Stone #2B6162

Color information

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

HSL color Cylindrical-coordinate representation of color #2B6162: hue angle of 181.09º 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 #2B6162 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB439798-
CMYK0.560.0100.62
HSL181.09º39.01%27.65%-
HSV(B)181.09º56.12%38.43%-
XYZ7.489.9413.08-
YUV80.97137.61100.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397980.560.0100.62181.0939.0127.65
Hex2B616238103Eb5271c
Octal531411427010762654734
Binary10101111000011100010111000101111101011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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