Html Css Color HEX #2B6563 Blue Stone

📋 copy color: '#2B6563'

red 43 ◦ green 101 ◦ blue 99

#2B6563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #2B6563

Tints of Blue Stone #2B6563

RGB

 RED value IS 43 (17.19% from 255) = 17.7%

 GREEN value IS 101 (39.84% from 255) = 41.56%

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 17.7%
G = 41.56%
B = 40.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#2B6563 (or 0x2B6563) is known color: Blue Stone. HEX triplet: 2B, 65 and 63. RGB value is (43,101,99). Sum of RGB (Red+Green+Blue) = 43+101+99=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6563 is #D49A9C. Grayscale: #535353. Windows color (decimal): -13933213 or 6513963. OLE color: 6513963.

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

Color convert

RGB 43 101 99 -
CMYK 0.57 0 0.02 0.60
HSL 177.93º 0.4% 0.28% -
HSV(B) 177.93º 0.57% 0.4% -
XYZ 7.9 10.72 13.46 -
YUV 83.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 43 101 99 0.57 0 0.02 0.60 177.93 0.4 0.28
Hex 2B 65 63 39 0 2 3C B2 28 1C
Octal 53 145 143 71 0 2 74 262 50 34
Binary 101011 1100101 1100011 111001 0 10 111100 10110010 101000 11100

Color Harmonies of #2B6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6563

Black with #2B6563

Text Example


Text Example

White with #2B6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B6563;
 }
 .AnyTagClassName
 {
   color: #2B6563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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