#266B94

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

Shades of Lochmara #266B94

Tints of Lochmara #266B94

Color information

#266B94 (or 0x266B94) is unknown color: approx Lochmara. HEX triplet: 26, 6B and 94. RGB value is (38,107,148). Sum of RGB (Red+Green+Blue) = 38+107+148=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #266B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B94 is #D9946B. Grayscale: #5A5A5A. Windows color (decimal): -14259308 or 9726758. OLE color: 9726758.

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

Color convert

RGB38107148-
CMYK0.740.2800.42
HSL202.36º59.14%36.47%-
HSV(B)202.36º74.32%58.04%-
XYZ11.413.0729.94-
YUV91.04160.1490.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=12.97%
G=36.52%
B=50.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381071480.740.2800.42202.3659.1436.47
Hex266B944A1C02Aca3b24
Octal46153224112340523127344
Binary100110110101110010100100101011100010101011001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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