#26679C

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

Shades of Lochmara #26679C

Tints of Lochmara #26679C

Color information

#26679C (or 0x26679C) is unknown color: approx Lochmara. HEX triplet: 26, 67 and 9C. RGB value is (38,103,156). Sum of RGB (Red+Green+Blue) = 38+103+156=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #26679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26679C is #D99863. Grayscale: #595959. Windows color (decimal): -14260324 or 10250022. OLE color: 10250022.

HSL color Cylindrical-coordinate representation of color #26679C: hue angle of 206.95º 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 #26679C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB38103156-
CMYK0.760.3400.39
HSL206.95º60.82%38.04%-
HSV(B)206.95º75.64%61.18%-
XYZ11.6512.5133.25-
YUV89.61165.4791.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=12.79%
G=34.68%
B=52.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381031560.760.3400.39206.9560.8238.04
Hex26679C4C22027cf3d26
Octal46147234114420473177546
Binary1001101100111100111001001100100010010011111001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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