#2B6466

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

Shades of Blue Stone #2B6466

Tints of Blue Stone #2B6466

Color information

#2B6466 (or 0x2B6466) is unknown color: approx Blue Stone. HEX triplet: 2B, 64 and 66. RGB value is (43,100,102). Sum of RGB (Red+Green+Blue) = 43+100+102=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B6466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6466 is #D49B99. Grayscale: #535353. Windows color (decimal): -13933466 or 6710315. OLE color: 6710315.

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

Color convert

RGB43100102-
CMYK0.580.0200.6
HSL182.03º40.69%28.43%-
HSV(B)182.03º57.84%40%-
XYZ7.9510.5914.19-
YUV83.18138.6299.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=17.55%
G=40.82%
B=41.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal431001020.580.0200.6182.0340.6928.43
Hex2B64663A203Cb6291c
Octal531441467220742665134
Binary101011110010011001101110101001111001011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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