#266BA7

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

Shades of Lochmara #266BA7

Tints of Lochmara #266BA7

Color information

#266BA7 (or 0x266BA7) is unknown color: approx Lochmara. HEX triplet: 26, 6B and A7. RGB value is (38,107,167). Sum of RGB (Red+Green+Blue) = 38+107+167=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #266BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266BA7 is #D99458. Grayscale: #5C5C5C. Windows color (decimal): -14259289 or 10971942. OLE color: 10971942.

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

Color convert

RGB38107167-
CMYK0.770.3600.35
HSL207.91º62.93%40.2%-
HSV(B)207.91º77.25%65.49%-
XYZ13.0313.7238.52-
YUV93.21169.6488.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 167 (65.62% from 255) = 53.53%
R=12.18%
G=34.29%
B=53.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381071670.770.3600.35207.9162.9340.2
Hex266BA74D24023d03f28
Octal46153247115440433207750
Binary1001101101011101001111001101100100010001111010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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