#266EA5

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

Shades of Lochmara #266EA5

Tints of Lochmara #266EA5

Color information

#266EA5 (or 0x266EA5) is unknown color: approx Lochmara. HEX triplet: 26, 6E and A5. RGB value is (38,110,165). Sum of RGB (Red+Green+Blue) = 38+110+165=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #266EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266EA5 is #D9915A. Grayscale: #5E5E5E. Windows color (decimal): -14258523 or 10841638. OLE color: 10841638.

HSL color Cylindrical-coordinate representation of color #266EA5: hue angle of 205.98º 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 #266EA5 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38110165-
CMYK0.770.3300.35
HSL205.98º62.56%39.8%-
HSV(B)205.98º76.97%64.71%-
XYZ13.1714.2837.66-
YUV94.74167.6587.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 165 (64.84% from 255) = 52.72%
R=12.14%
G=35.14%
B=52.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381101650.770.3300.35205.9862.5639.8
Hex266EA54D21023ce3f28
Octal46156245115410433167750
Binary1001101101110101001011001101100001010001111001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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