#266E9E

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

Shades of Lochmara #266E9E

Tints of Lochmara #266E9E

Color information

#266E9E (or 0x266E9E) is unknown color: approx Lochmara. HEX triplet: 26, 6E and 9E. RGB value is (38,110,158). Sum of RGB (Red+Green+Blue) = 38+110+158=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #266E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E9E is #D99161. Grayscale: #5D5D5D. Windows color (decimal): -14258530 or 10382886. OLE color: 10382886.

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

Color convert

RGB38110158-
CMYK0.760.3000.38
HSL204º61.22%38.43%-
HSV(B)204º75.95%61.96%-
XYZ12.5514.0334.4-
YUV93.94164.1588.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=12.42%
G=35.95%
B=51.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381101580.760.3000.3820461.2238.43
Hex266E9E4C1E026cc3d26
Octal46156236114360463147546
Binary100110110111010011110100110011110010011011001100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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