#276664

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

Shades of Blue Stone #276664

Tints of Blue Stone #276664

Color information

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

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

Color convert

RGB39102100-
CMYK0.6200.020.6
HSL178.1º44.68%27.65%-
HSV(B)178.1º61.76%40%-
XYZ7.8910.8513.74-
YUV82.94137.6396.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal391021000.6200.020.6178.144.6827.65
Hex2766643E023Cb22d1c
Octal471461447602742625534
Binary100111110011011001001111100101111001011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276664; }

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

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

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

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

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

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

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

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