#26649B

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

Shades of Lochmara #26649B

Tints of Lochmara #26649B

Color information

#26649B (or 0x26649B) is unknown color: approx Lochmara. HEX triplet: 26, 64 and 9B. RGB value is (38,100,155). Sum of RGB (Red+Green+Blue) = 38+100+155=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #26649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26649B is #D99B64. Grayscale: #575757. Windows color (decimal): -14261093 or 10183718. OLE color: 10183718.

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

Color convert

RGB38100155-
CMYK0.750.3500.39
HSL208.21º60.62%37.84%-
HSV(B)208.21º75.48%60.78%-
XYZ11.2711.8932.71-
YUV87.73165.9692.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=12.97%
G=34.13%
B=52.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381001550.750.3500.39208.2160.6237.84
Hex26649B4B23027d03d26
Octal46144233113430473207546
Binary1001101100100100110111001011100011010011111010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26649B; }

 p { color: rgb(38,100,155); }

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

<style>
 a { background-color: #26649B; }

 a { background-color: rgb(38,100,155); }

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

<style>
 span { border-color: #26649B; }

 span { border-color: rgb(38,100,155); }

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