#26659E

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

Shades of Lochmara #26659E

Tints of Lochmara #26659E

Color information

#26659E (or 0x26659E) is unknown color: approx Lochmara. HEX triplet: 26, 65 and 9E. RGB value is (38,101,158). Sum of RGB (Red+Green+Blue) = 38+101+158=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #26659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659E is #D99A61. Grayscale: #585858. Windows color (decimal): -14260834 or 10380582. OLE color: 10380582.

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

Color convert

RGB38101158-
CMYK0.760.3600.38
HSL208.5º61.22%38.43%-
HSV(B)208.5º75.95%61.96%-
XYZ11.6212.1934.09-
YUV88.66167.1391.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=12.79%
G=34.01%
B=53.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381011580.760.3600.38208.561.2238.43
Hex26659E4C24026d03d26
Octal46145236114440463207546
Binary1001101100101100111101001100100100010011011010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26659E; }

 p { color: rgb(38,101,158); }

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

<style>
 a { background-color: #26659E; }

 a { background-color: rgb(38,101,158); }

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

<style>
 span { border-color: #26659E; }

 span { border-color: rgb(38,101,158); }

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