#2B6668

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

Shades of Blue Stone #2B6668

Tints of Blue Stone #2B6668

Color information

#2B6668 (or 0x2B6668) is unknown color: approx Blue Stone. HEX triplet: 2B, 66 and 68. RGB value is (43,102,104). Sum of RGB (Red+Green+Blue) = 43+102+104=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6668 is #D49997. Grayscale: #545454. Windows color (decimal): -13932952 or 6841899. OLE color: 6841899.

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

Color convert

RGB43102104-
CMYK0.590.0200.59
HSL181.97º41.5%28.82%-
HSV(B)181.97º58.65%40.78%-
XYZ8.2511.0214.79-
YUV84.59138.9598.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=17.27%
G=40.96%
B=41.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal431021040.590.0200.59181.9741.528.82
Hex2B66683B203Bb6291d
Octal531461507320732665135
Binary101011110011011010001110111001110111011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,104); }

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

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

 a { background-color: rgb(43,102,104); }

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

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

 span { border-color: rgb(43,102,104); }

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