#26629B

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

Shades of Lochmara #26629B

Tints of Lochmara #26629B

Color information

#26629B (or 0x26629B) is unknown color: approx Lochmara. HEX triplet: 26, 62 and 9B. RGB value is (38,98,155). Sum of RGB (Red+Green+Blue) = 38+98+155=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #26629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26629B is #D99D64. Grayscale: #565656. Windows color (decimal): -14261605 or 10183206. OLE color: 10183206.

HSL color Cylindrical-coordinate representation of color #26629B: hue angle of 209.23º 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 #26629B is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3898155-
CMYK0.750.3700.39
HSL209.23º60.62%37.84%-
HSV(B)209.23º75.48%60.78%-
XYZ11.0811.5132.65-
YUV86.56166.6293.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=13.06%
G=33.68%
B=53.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38981550.750.3700.39209.2360.6237.84
Hex26629B4B25027d13d26
Octal46142233113450473217546
Binary1001101100010100110111001011100101010011111010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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