#276468

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

Shades of Blue Stone #276468

Tints of Blue Stone #276468

Color information

#276468 (or 0x276468) is unknown color: approx Blue Stone. HEX triplet: 27, 64 and 68. RGB value is (39,100,104). Sum of RGB (Red+Green+Blue) = 39+100+104=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #276468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276468 is #D89B97. Grayscale: #525252. Windows color (decimal): -14195608 or 6841383. OLE color: 6841383.

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

Color convert

RGB39100104-
CMYK0.620.0400.59
HSL183.69º45.45%28.04%-
HSV(B)183.69º62.5%40.78%-
XYZ7.8910.5514.72-
YUV82.22140.2997.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=16.05%
G=41.15%
B=42.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal391001040.620.0400.59183.6945.4528.04
Hex2764683E403Bb82d1c
Octal471441507640732705534
Binary1001111100100110100011111010001110111011100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276468; }

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

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

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

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

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

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

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

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