#266AA8

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

Shades of Lochmara #266AA8

Tints of Lochmara #266AA8

Color information

#266AA8 (or 0x266AA8) is unknown color: approx Lochmara. HEX triplet: 26, 6A and A8. RGB value is (38,106,168). Sum of RGB (Red+Green+Blue) = 38+106+168=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #266AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266AA8 is #D99557. Grayscale: #5C5C5C. Windows color (decimal): -14259544 or 11037222. OLE color: 11037222.

HSL color Cylindrical-coordinate representation of color #266AA8: hue angle of 208.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #266AA8 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB38106168-
CMYK0.770.3700.34
HSL208.62º63.11%40.39%-
HSV(B)208.62º77.38%65.88%-
XYZ13.0213.5538.97-
YUV92.74170.4788.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 168 (66.02% from 255) = 53.85%
R=12.18%
G=33.97%
B=53.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381061680.770.3700.34208.6263.1140.39
Hex266AA84D25022d13f28
Octal46152250115450423217750
Binary1001101101010101010001001101100101010001011010001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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