#266963

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

Shades of Blue Stone #266963

Tints of Blue Stone #266963

Color information

#266963 (or 0x266963) is unknown color: approx Blue Stone. HEX triplet: 26, 69 and 63. RGB value is (38,105,99). Sum of RGB (Red+Green+Blue) = 38+105+99=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #266963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266963 is #D9969C. Grayscale: #545454. Windows color (decimal): -14259869 or 6514982. OLE color: 6514982.

HSL color Cylindrical-coordinate representation of color #266963: hue angle of 174.63º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266963 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB3810599-
CMYK0.6400.060.59
HSL174.63º46.85%28.04%-
HSV(B)174.63º63.81%41.18%-
XYZ8.111.4213.58-
YUV84.28136.394.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=15.70%
G=43.39%
B=40.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105990.6400.060.59174.6346.8528.04
Hex26696340063Baf2f1c
Octal4615114310006732575734
Binary10011011010011100011100000001101110111010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266963; }

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

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

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

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

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

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

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

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