Html Css Color HEX #276663 Blue Stone

📋 copy color: '#276663'

red 39 ◦ green 102 ◦ blue 99

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

Shades of Blue Stone #276663

Tints of Blue Stone #276663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 16.25%
G = 42.5%
B = 41.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#276663 (or 0x276663) is known color: Blue Stone. HEX triplet: 27, 66 and 63. RGB value is (39,102,99). Sum of RGB (Red+Green+Blue) = 39+102+99=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #276663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276663 is #D8999C. Grayscale: #525252. Windows color (decimal): -14195101 or 6514215. OLE color: 6514215.

HSL color Cylindrical-coordinate representation of color #276663: hue angle of 177.14º 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 #276663 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 102 99 -
CMYK 0.62 0 0.03 0.6
HSL 177.14º 0.45% 0.28% -
HSV(B) 177.14º 0.62% 0.4% -
XYZ 7.84 10.83 13.48 -
YUV 82.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 39 102 99 0.62 0 0.03 0.6 177.14 0.45 0.28
Hex 27 66 63 3E 0 3 3C B1 2D 1C
Octal 47 146 143 76 0 3 74 261 55 34
Binary 100111 1100110 1100011 111110 0 11 111100 10110001 101101 11100

Color Harmonies of #276663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276663

Black with #276663

Text Example


Text Example

White with #276663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276663; }

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

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

background-color css

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

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

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

border-color css

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

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

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