Html Css Color HEX #276968 Blue Stone

📋 copy color: '#276968'

red 39 ◦ green 105 ◦ blue 104

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

Shades of Blue Stone #276968

Tints of Blue Stone #276968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.34%

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

R = 15.73%
G = 42.34%
B = 41.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#276968 (or 0x276968) is known color: Blue Stone. HEX triplet: 27, 69 and 68. RGB value is (39,105,104). Sum of RGB (Red+Green+Blue) = 39+105+104=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #276968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276968 is #D89697. Grayscale: #555555. Windows color (decimal): -14194328 or 6842663. OLE color: 6842663.

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

Color convert

RGB 39 105 104 -
CMYK 0.63 0 0.01 0.59
HSL 179.09º 0.46% 0.28% -
HSV(B) 179.09º 0.63% 0.41% -
XYZ 8.39 11.53 14.88 -
YUV 85.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 39 105 104 0.63 0 0.01 0.59 179.09 0.46 0.28
Hex 27 69 68 3F 0 1 3B B3 2E 1C
Octal 47 151 150 77 0 1 73 263 56 34
Binary 100111 1101001 1101000 111111 0 1 111011 10110011 101110 11100

Color Harmonies of #276968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276968

Black with #276968

Text Example


Text Example

White with #276968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276968; }

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

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

background-color css

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

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

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

border-color css

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

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

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