#26749D

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

Shades of Lochmara #26749D

Tints of Lochmara #26749D

Color information

#26749D (or 0x26749D) is unknown color: approx Lochmara. HEX triplet: 26, 74 and 9D. RGB value is (38,116,157). Sum of RGB (Red+Green+Blue) = 38+116+157=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #26749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26749D is #D98B62. Grayscale: #616161. Windows color (decimal): -14256995 or 10318886. OLE color: 10318886.

HSL color Cylindrical-coordinate representation of color #26749D: hue angle of 200.67º 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 #26749D is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38116157-
CMYK0.760.2600.38
HSL200.67º61.03%38.24%-
HSV(B)200.67º75.8%61.57%-
XYZ13.1315.3434.17-
YUV97.35161.6685.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=12.22%
G=37.30%
B=50.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381161570.760.2600.38200.6761.0338.24
Hex26749D4C1A026c93d26
Octal46164235114320463117546
Binary100110111010010011101100110011010010011011001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26749D; }

 p { color: rgb(38,116,157); }

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

<style>
 a { background-color: #26749D; }

 a { background-color: rgb(38,116,157); }

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

<style>
 span { border-color: #26749D; }

 span { border-color: rgb(38,116,157); }

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