#266E9C

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

Shades of Lochmara #266E9C

Tints of Lochmara #266E9C

Color information

#266E9C (or 0x266E9C) is unknown color: approx Lochmara. HEX triplet: 26, 6E and 9C. RGB value is (38,110,156). Sum of RGB (Red+Green+Blue) = 38+110+156=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #266E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E9C is #D99163. Grayscale: #5D5D5D. Windows color (decimal): -14258532 or 10251814. OLE color: 10251814.

HSL color Cylindrical-coordinate representation of color #266E9C: hue angle of 203.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266E9C is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB38110156-
CMYK0.760.2900.39
HSL203.39º60.82%38.04%-
HSV(B)203.39º75.64%61.18%-
XYZ12.3813.9633.5-
YUV93.72163.1588.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.5%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=12.5%
G=36.18%
B=51.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381101560.760.2900.39203.3960.8238.04
Hex266E9C4C1D027cb3d26
Octal46156234114350473137546
Binary100110110111010011100100110011101010011111001011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,156); }

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

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

 a { background-color: rgb(38,110,156); }

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

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

 span { border-color: rgb(38,110,156); }

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