#26779C

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

Shades of Lochmara #26779C

Tints of Lochmara #26779C

Color information

#26779C (or 0x26779C) is unknown color: approx Lochmara. HEX triplet: 26, 77 and 9C. RGB value is (38,119,156). Sum of RGB (Red+Green+Blue) = 38+119+156=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #26779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26779C is #D98863. Grayscale: #626262. Windows color (decimal): -14256228 or 10254118. OLE color: 10254118.

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

Color convert

RGB38119156-
CMYK0.760.2400.39
HSL198.81º60.82%38.04%-
HSV(B)198.81º75.64%61.18%-
XYZ13.416.0133.84-
YUV99160.1684.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=12.14%
G=38.02%
B=49.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381191560.760.2400.39198.8160.8238.04
Hex26779C4C18027c73d26
Octal46167234114300473077546
Binary100110111011110011100100110011000010011111000111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26779C; }

 p { color: rgb(38,119,156); }

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

<style>
 a { background-color: #26779C; }

 a { background-color: rgb(38,119,156); }

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

<style>
 span { border-color: #26779C; }

 span { border-color: rgb(38,119,156); }

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