#266663

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

Shades of Blue Stone #266663

Tints of Blue Stone #266663

Color information

#266663 (or 0x266663) is unknown color: approx Blue Stone. HEX triplet: 26, 66 and 63. RGB value is (38,102,99). Sum of RGB (Red+Green+Blue) = 38+102+99=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #266663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266663 is #D9999C. Grayscale: #525252. Windows color (decimal): -14260637 or 6514214. OLE color: 6514214.

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

Color convert

RGB3810299-
CMYK0.6300.030.6
HSL177.19º45.71%27.45%-
HSV(B)177.19º62.75%40%-
XYZ7.810.8213.48-
YUV82.52137.396.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=15.90%
G=42.68%
B=41.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102990.6300.030.6177.1945.7127.45
Hex2666633F033Cb12e1b
Octal461461437703742615633
Binary100110110011011000111111110111111001011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266663; }

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

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

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

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

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

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

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

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