#2B6063

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

Shades of Blue Stone #2B6063

Tints of Blue Stone #2B6063

Color information

#2B6063 (or 0x2B6063) is unknown color: approx Blue Stone. HEX triplet: 2B, 60 and 63. RGB value is (43,96,99). Sum of RGB (Red+Green+Blue) = 43+96+99=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6063 is #D49F9C. Grayscale: #505050. Windows color (decimal): -13934493 or 6512683. OLE color: 6512683.

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

Color convert

RGB439699-
CMYK0.570.0300.61
HSL183.21º39.44%27.84%-
HSV(B)183.21º56.57%38.82%-
XYZ7.439.7813.3-
YUV80.5138.44101.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=18.07%
G=40.34%
B=41.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4396990.570.0300.61183.2139.4427.84
Hex2B606339303Db7271c
Octal531401437130752674734
Binary101011110000011000111110011101111011011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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