Html Css Color HEX #276261 Blue Stone

📋 copy color: '#276261'

red 39 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #276261

Tints of Blue Stone #276261

RGB

 RED value IS 39 (15.63% from 255) = 16.67%

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

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 16.67%
G = 41.88%
B = 41.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#276261 (or 0x276261) is known color: Blue Stone. HEX triplet: 27, 62 and 61. RGB value is (39,98,97). Sum of RGB (Red+Green+Blue) = 39+98+97=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #276261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276261 is #D89D9E. Grayscale: #505050. Windows color (decimal): -14196127 or 6382119. OLE color: 6382119.

HSL color Cylindrical-coordinate representation of color #276261: hue angle of 178.98º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276261 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 98 97 -
CMYK 0.60 0 0.01 0.62
HSL 178.98º 0.43% 0.27% -
HSV(B) 178.98º 0.6% 0.38% -
XYZ 7.36 10.03 12.86 -
YUV 80.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 39 98 97 0.60 0 0.01 0.62 178.98 0.43 0.27
Hex 27 62 61 3C 0 1 3E B3 2B 1B
Octal 47 142 141 74 0 1 76 263 53 33
Binary 100111 1100010 1100001 111100 0 1 111110 10110011 101011 11011

Color Harmonies of #276261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276261

Black with #276261

Text Example


Text Example

White with #276261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276261; }

 p { color: rgb(39,98,97); }

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

background-color css

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

 a { background-color: rgb(39,98,97); }

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

border-color css

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

 span { border-color: rgb(39,98,97); }

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