Html Css Color HEX #276368 Blue Stone

📋 copy color: '#276368'

red 39 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #276368

Tints of Blue Stone #276368

RGB

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

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

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

R = 16.12%
G = 40.91%
B = 42.98%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#276368 (or 0x276368) is known color: Blue Stone. HEX triplet: 27, 63 and 68. RGB value is (39,99,104). Sum of RGB (Red+Green+Blue) = 39+99+104=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #276368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276368 is #D89C97. Grayscale: #515151. Windows color (decimal): -14195864 or 6841127. OLE color: 6841127.

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

Color convert

RGB 39 99 104 -
CMYK 0.62 0.05 0 0.59
HSL 184.62º 0.45% 0.28% -
HSV(B) 184.62º 0.63% 0.41% -
XYZ 7.8 10.35 14.68 -
YUV 81.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 39 99 104 0.62 0.05 0 0.59 184.62 0.45 0.28
Hex 27 63 68 3E 5 0 3B B9 2D 1C
Octal 47 143 150 76 5 0 73 271 55 34
Binary 100111 1100011 1101000 111110 101 0 111011 10111001 101101 11100

Color Harmonies of #276368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276368

Black with #276368

Text Example


Text Example

White with #276368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276368; }

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

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

background-color css

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

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

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

border-color css

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

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

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