#266EA4

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

Shades of Lochmara #266EA4

Tints of Lochmara #266EA4

Color information

#266EA4 (or 0x266EA4) is unknown color: approx Lochmara. HEX triplet: 26, 6E and A4. RGB value is (38,110,164). Sum of RGB (Red+Green+Blue) = 38+110+164=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #266EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266EA4 is #D9915B. Grayscale: #5E5E5E. Windows color (decimal): -14258524 or 10776102. OLE color: 10776102.

HSL color Cylindrical-coordinate representation of color #266EA4: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #266EA4 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38110164-
CMYK0.770.3300.36
HSL205.71º62.38%39.61%-
HSV(B)205.71º76.83%64.31%-
XYZ13.0814.2437.18-
YUV94.63167.1587.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=12.18%
G=35.26%
B=52.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381101640.770.3300.36205.7162.3839.61
Hex266EA44D21024ce3e28
Octal46156244115410443167650
Binary1001101101110101001001001101100001010010011001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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