#266766

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

Shades of Blue Stone #266766

Tints of Blue Stone #266766

Color information

#266766 (or 0x266766) is unknown color: approx Blue Stone. HEX triplet: 26, 67 and 66. RGB value is (38,103,102). Sum of RGB (Red+Green+Blue) = 38+103+102=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #266766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266766 is #D99899. Grayscale: #535353. Windows color (decimal): -14260378 or 6711078. OLE color: 6711078.

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

Color convert

RGB38103102-
CMYK0.6300.010.60
HSL179.08º46.1%27.65%-
HSV(B)179.08º63.11%40.39%-
XYZ8.0511.0714.28-
YUV83.45138.4795.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=15.64%
G=42.39%
B=41.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal381031020.6300.010.60179.0846.127.65
Hex2667663F013Cb32e1c
Octal461471467701742635634
Binary10011011001111100110111111011111001011001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266766; }

 p { color: rgb(38,103,102); }

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

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

 a { background-color: rgb(38,103,102); }

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

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

 span { border-color: rgb(38,103,102); }

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