#266D96

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

Shades of Lochmara #266D96

Tints of Lochmara #266D96

Color information

#266D96 (or 0x266D96) is unknown color: approx Lochmara. HEX triplet: 26, 6D and 96. RGB value is (38,109,150). Sum of RGB (Red+Green+Blue) = 38+109+150=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #266D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D96 is #D99269. Grayscale: #5C5C5C. Windows color (decimal): -14258794 or 9858342. OLE color: 9858342.

HSL color Cylindrical-coordinate representation of color #266D96: hue angle of 201.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266D96 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38109150-
CMYK0.750.2700.41
HSL201.96º59.57%36.86%-
HSV(B)201.96º74.67%58.82%-
XYZ11.7713.5530.85-
YUV92.44160.4889.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=12.79%
G=36.70%
B=50.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381091500.750.2700.41201.9659.5736.86
Hex266D964B1B029ca3c25
Octal46155226113330513127445
Binary100110110110110010110100101111011010100111001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,109,150); }

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

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

 a { background-color: rgb(38,109,150); }

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

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

 span { border-color: rgb(38,109,150); }

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