#276A6A

Color #276A6A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #276A6A

Tints of Blue Stone #276A6A

Color information

#276A6A (or 0x276A6A) is unknown color: approx Blue Stone. HEX triplet: 27, 6A and 6A. RGB value is (39,106,106). Sum of RGB (Red+Green+Blue) = 39+106+106=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #276A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276A6A is #D89595. Grayscale: #555555. Windows color (decimal): -14194070 or 6973991. OLE color: 6973991.

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

Color convert

RGB39106106-
CMYK0.63000.58
HSL180º46.21%28.43%-
HSV(B)180º63.21%41.57%-
XYZ8.5911.7815.46-
YUV85.97139.394.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=15.54%
G=42.23%
B=42.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391061060.63000.5818046.2128.43
Hex276A6A3F003Ab42e1c
Octal471521527700722645634
Binary10011111010101101010111111001110101011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276A6A; }

 p { color: rgb(39,106,106); }

 H1.HeaderClassName
 {
   color: #276A6A;
 }
 .AnyTagClassName
 {
   color: #276A6A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #276A6A;
 }
 .BgClassName
 {
   background-color: #276A6A;
 }
</style>
border-color css

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

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

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