#266B6C

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

Shades of Elm #266B6C

Tints of Elm #266B6C

Color information

#266B6C (or 0x266B6C) is unknown color: approx Elm. HEX triplet: 26, 6B and 6C. RGB value is (38,107,108). Sum of RGB (Red+Green+Blue) = 38+107+108=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #266B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B6C is #D99493. Grayscale: #565656. Windows color (decimal): -14259348 or 7105318. OLE color: 7105318.

HSL color Cylindrical-coordinate representation of color #266B6C: hue angle of 180.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266B6C is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB38107108-
CMYK0.650.0100.58
HSL180.86º47.95%28.63%-
HSV(B)180.86º64.81%42.35%-
XYZ8.7612.0116.04-
YUV86.48140.1493.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=15.02%
G=42.29%
B=42.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381071080.650.0100.58180.8647.9528.63
Hex266B6C41103Ab5301d
Octal4615315410110722656035
Binary100110110101111011001000001101110101011010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,107,108); }

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

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

 a { background-color: rgb(38,107,108); }

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

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

 span { border-color: rgb(38,107,108); }

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