#266A68

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

Shades of Blue Stone #266A68

Tints of Blue Stone #266A68

Color information

#266A68 (or 0x266A68) is unknown color: approx Blue Stone. HEX triplet: 26, 6A and 68. RGB value is (38,106,104). Sum of RGB (Red+Green+Blue) = 38+106+104=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #266A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A68 is #D99597. Grayscale: #555555. Windows color (decimal): -14259608 or 6842918. OLE color: 6842918.

HSL color Cylindrical-coordinate representation of color #266A68: hue angle of 178.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A68 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB38106104-
CMYK0.6400.020.58
HSL178.24º47.22%28.24%-
HSV(B)178.24º64.15%41.57%-
XYZ8.4511.7214.91-
YUV85.44138.4794.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=15.32%
G=42.74%
B=41.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381061040.6400.020.58178.2447.2228.24
Hex266A6840023Ab22f1c
Octal4615215010002722625734
Binary1001101101010110100010000000101110101011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266A68; }

 p { color: rgb(38,106,104); }

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

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

 a { background-color: rgb(38,106,104); }

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

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

 span { border-color: rgb(38,106,104); }

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