Html Css Color HEX #2C6263 Blue Stone

📋 copy color: '#2C6263'

red 44 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #2C6263

Tints of Blue Stone #2C6263

RGB

 RED value IS 44 (17.58% from 255) = 18.26%

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 18.26%
G = 40.66%
B = 41.08%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2C6263 (or 0x2C6263) is known color: Blue Stone. HEX triplet: 2C, 62 and 63. RGB value is (44,98,99). Sum of RGB (Red+Green+Blue) = 44+98+99=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6263 is #D39D9C. Grayscale: #515151. Windows color (decimal): -13868445 or 6513196. OLE color: 6513196.

HSL color Cylindrical-coordinate representation of color #2C6263: hue angle of 181.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6263 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 98 99 -
CMYK 0.56 0.01 0 0.61
HSL 181.09º 0.38% 0.28% -
HSV(B) 181.09º 0.56% 0.39% -
XYZ 7.66 10.17 13.36 -
YUV 81.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 44 98 99 0.56 0.01 0 0.61 181.09 0.38 0.28
Hex 2C 62 63 38 1 0 3D B5 26 1C
Octal 54 142 143 70 1 0 75 265 46 34
Binary 101100 1100010 1100011 111000 1 0 111101 10110101 100110 11100

Color Harmonies of #2C6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6263

Black with #2C6263

Text Example


Text Example

White with #2C6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,98,99); }

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

background-color css

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

 a { background-color: rgb(44,98,99); }

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

border-color css

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

 span { border-color: rgb(44,98,99); }

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