#26739f

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

Shades of Lochmara #26739F

Tints of Lochmara #26739F

Color information

#26739F (or 0x26739F) is unknown color: approx Lochmara. HEX triplet: 26, 73 and 9F. RGB value is (38,115,159). Sum of RGB (Red+Green+Blue) = 38+115+159=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #26739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26739F is #D98C60. Grayscale: #606060. Windows color (decimal): -14257249 or 10449702. OLE color: 10449702.

HSL color Cylindrical-coordinate representation of color #26739F: hue angle of 201.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26739F is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38115159-
CMYK0.760.2800.38
HSL201.82º61.42%38.63%-
HSV(B)201.82º76.1%62.35%-
XYZ13.1915.1835.04-
YUV96.99162.9985.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=12.18%
G=36.86%
B=50.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381151590.760.2800.38201.8261.4238.63
Hex26739F4C1C026ca3d27
Octal46163237114340463127547
Binary100110111001110011111100110011100010011011001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26739f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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