#26739D

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

Shades of Lochmara #26739D

Tints of Lochmara #26739D

Color information

#26739D (or 0x26739D) is unknown color: approx Lochmara. HEX triplet: 26, 73 and 9D. RGB value is (38,115,157). Sum of RGB (Red+Green+Blue) = 38+115+157=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #26739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26739D is #D98C62. Grayscale: #606060. Windows color (decimal): -14257251 or 10318630. OLE color: 10318630.

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

Color convert

RGB38115157-
CMYK0.760.2700.38
HSL201.18º61.03%38.24%-
HSV(B)201.18º75.8%61.57%-
XYZ13.0215.1134.13-
YUV96.76161.9986.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=12.26%
G=37.10%
B=50.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381151570.760.2700.38201.1861.0338.24
Hex26739D4C1B026c93d26
Octal46163235114330463117546
Binary100110111001110011101100110011011010011011001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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