Html Css Color HEX #276868 Blue Stone

📋 copy color: '#276868'

red 39 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #276868

Tints of Blue Stone #276868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 15.79%
G = 42.11%
B = 42.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#276868 (or 0x276868) is known color: Blue Stone. HEX triplet: 27, 68 and 68. RGB value is (39,104,104). Sum of RGB (Red+Green+Blue) = 39+104+104=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #276868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276868 is #D89797. Grayscale: #545454. Windows color (decimal): -14194584 or 6842407. OLE color: 6842407.

HSL color Cylindrical-coordinate representation of color #276868: hue angle of 180º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276868 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 104 104 -
CMYK 0.62 0 0 0.59
HSL 180º 0.45% 0.28% -
HSV(B) 180º 0.63% 0.41% -
XYZ 8.29 11.33 14.85 -
YUV 84.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 39 104 104 0.62 0 0 0.59 180 0.45 0.28
Hex 27 68 68 3E 0 0 3B B4 2D 1C
Octal 47 150 150 76 0 0 73 264 55 34
Binary 100111 1101000 1101000 111110 0 0 111011 10110100 101101 11100

Color Harmonies of #276868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276868

Black with #276868

Text Example


Text Example

White with #276868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276868; }

 p { color: rgb(39,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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