Html Css Color HEX #276066 Blue Stone

📋 copy color: '#276066'

red 39 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #276066

Tints of Blue Stone #276066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 16.46%
G = 40.51%
B = 43.04%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#276066 (or 0x276066) is known color: Blue Stone. HEX triplet: 27, 60 and 66. RGB value is (39,96,102). Sum of RGB (Red+Green+Blue) = 39+96+102=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #276066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276066 is #D89F99. Grayscale: #4F4F4F. Windows color (decimal): -14196634 or 6709287. OLE color: 6709287.

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

Color convert

RGB 39 96 102 -
CMYK 0.62 0.06 0 0.6
HSL 185.71º 0.45% 0.28% -
HSV(B) 185.71º 0.62% 0.4% -
XYZ 7.42 9.76 14.06 -
YUV 79.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 39 96 102 0.62 0.06 0 0.6 185.71 0.45 0.28
Hex 27 60 66 3E 6 0 3C BA 2D 1C
Octal 47 140 146 76 6 0 74 272 55 34
Binary 100111 1100000 1100110 111110 110 0 111100 10111010 101101 11100

Color Harmonies of #276066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276066

Black with #276066

Text Example


Text Example

White with #276066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276066; }

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

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

background-color css

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

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

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

border-color css

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

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

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