#266764

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

Shades of Blue Stone #266764

Tints of Blue Stone #266764

Color information

#266764 (or 0x266764) is unknown color: approx Blue Stone. HEX triplet: 26, 67 and 64. RGB value is (38,103,100). Sum of RGB (Red+Green+Blue) = 38+103+100=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #266764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266764 is #D9989B. Grayscale: #535353. Windows color (decimal): -14260380 or 6580006. OLE color: 6580006.

HSL color Cylindrical-coordinate representation of color #266764: hue angle of 177.23º 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 #266764 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB38103100-
CMYK0.6300.030.60
HSL177.23º46.1%27.65%-
HSV(B)177.23º63.11%40.39%-
XYZ7.9511.0313.77-
YUV83.22137.4795.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=15.77%
G=42.74%
B=41.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal381031000.6300.030.60177.2346.127.65
Hex2667643F033Cb12e1c
Octal461471447703742615634
Binary100110110011111001001111110111111001011000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266764; }

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

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

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

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

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

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

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

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