#26629D

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

Shades of Lochmara #26629D

Tints of Lochmara #26629D

Color information

#26629D (or 0x26629D) is unknown color: approx Lochmara. HEX triplet: 26, 62 and 9D. RGB value is (38,98,157). Sum of RGB (Red+Green+Blue) = 38+98+157=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #26629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26629D is #D99D62. Grayscale: #565656. Windows color (decimal): -14261603 or 10314278. OLE color: 10314278.

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

Color convert

RGB3898157-
CMYK0.760.3800.38
HSL209.75º61.03%38.24%-
HSV(B)209.75º75.8%61.57%-
XYZ11.2511.5833.54-
YUV86.79167.6293.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=12.97%
G=33.45%
B=53.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38981570.760.3800.38209.7561.0338.24
Hex26629D4C26026d23d26
Octal46142235114460463227546
Binary1001101100010100111011001100100110010011011010010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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