#27646A

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

Shades of Blue Stone #27646A

Tints of Blue Stone #27646A

Color information

#27646A (or 0x27646A) is unknown color: approx Blue Stone. HEX triplet: 27, 64 and 6A. RGB value is (39,100,106). Sum of RGB (Red+Green+Blue) = 39+100+106=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #27646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27646A is #D89B95. Grayscale: #525252. Windows color (decimal): -14195606 or 6972455. OLE color: 6972455.

HSL color Cylindrical-coordinate representation of color #27646A: hue angle of 185.37º 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 #27646A is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB39100106-
CMYK0.630.0600.58
HSL185.37º46.21%28.43%-
HSV(B)185.37º63.21%41.57%-
XYZ810.5915.26-
YUV82.44141.2997.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=15.92%
G=40.82%
B=43.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391001060.630.0600.58185.3746.2128.43
Hex27646A3F603Ab92e1c
Octal471441527760722715634
Binary1001111100100110101011111111001110101011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27646A; }

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

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

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

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

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

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

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

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