#276466

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

Shades of Blue Stone #276466

Tints of Blue Stone #276466

Color information

#276466 (or 0x276466) is unknown color: approx Blue Stone. HEX triplet: 27, 64 and 66. RGB value is (39,100,102). Sum of RGB (Red+Green+Blue) = 39+100+102=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #276466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276466 is #D89B99. Grayscale: #515151. Windows color (decimal): -14195610 or 6710311. OLE color: 6710311.

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

Color convert

RGB39100102-
CMYK0.620.0200.6
HSL181.9º44.68%27.65%-
HSV(B)181.9º61.76%40%-
XYZ7.7910.514.19-
YUV81.99139.2997.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=16.18%
G=41.49%
B=42.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal391001020.620.0200.6181.944.6827.65
Hex2764663E203Cb62d1c
Octal471441467620742665534
Binary100111110010011001101111101001111001011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276466; }

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

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

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

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

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

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

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

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