Html Css Color HEX #276360 Blue Stone

📋 copy color: '#276360'

red 39 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #276360

Tints of Blue Stone #276360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 16.67%
G = 42.31%
B = 41.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#276360 (or 0x276360) is known color: Blue Stone. HEX triplet: 27, 63 and 60. RGB value is (39,99,96). Sum of RGB (Red+Green+Blue) = 39+99+96=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #276360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276360 is #D89C9F. Grayscale: #505050. Windows color (decimal): -14195872 or 6316839. OLE color: 6316839.

HSL color Cylindrical-coordinate representation of color #276360: hue angle of 177º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276360 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 99 96 -
CMYK 0.61 0 0.03 0.61
HSL 177º 0.43% 0.27% -
HSV(B) 177º 0.61% 0.39% -
XYZ 7.41 10.2 12.64 -
YUV 80.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 39 99 96 0.61 0 0.03 0.61 177 0.43 0.27
Hex 27 63 60 3D 0 3 3D B1 2B 1B
Octal 47 143 140 75 0 3 75 261 53 33
Binary 100111 1100011 1100000 111101 0 11 111101 10110001 101011 11011

Color Harmonies of #276360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276360

Black with #276360

Text Example


Text Example

White with #276360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276360; }

 p { color: rgb(39,99,96); }

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

background-color css

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

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

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

border-color css

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

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

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