#2B666A

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

Shades of Blue Stone #2B666A

Tints of Blue Stone #2B666A

Color information

#2B666A (or 0x2B666A) is unknown color: approx Blue Stone. HEX triplet: 2B, 66 and 6A. RGB value is (43,102,106). Sum of RGB (Red+Green+Blue) = 43+102+106=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B666A is #D49995. Grayscale: #545454. Windows color (decimal): -13932950 or 6972971. OLE color: 6972971.

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

Color convert

RGB43102106-
CMYK0.590.0400.58
HSL183.81º42.28%29.22%-
HSV(B)183.81º59.43%41.57%-
XYZ8.3511.0615.33-
YUV84.82139.9598.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=17.13%
G=40.64%
B=42.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431021060.590.0400.58183.8142.2829.22
Hex2B666A3B403Ab82a1d
Octal531461527340722705235
Binary1010111100110110101011101110001110101011100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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