#26749A

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

Shades of Lochmara #26749A

Tints of Lochmara #26749A

Color information

#26749A (or 0x26749A) is unknown color: approx Lochmara. HEX triplet: 26, 74 and 9A. RGB value is (38,116,154). Sum of RGB (Red+Green+Blue) = 38+116+154=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #26749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26749A is #D98B65. Grayscale: #606060. Windows color (decimal): -14256998 or 10122278. OLE color: 10122278.

HSL color Cylindrical-coordinate representation of color #26749A: hue angle of 199.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26749A is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB38116154-
CMYK0.750.2500.40
HSL199.66º60.42%37.65%-
HSV(B)199.66º75.32%60.39%-
XYZ12.8815.2432.83-
YUV97.01160.1685.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 154 (60.55% from 255) = 50%
R=12.34%
G=37.66%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381161540.750.2500.40199.6660.4237.65
Hex26749A4B19028c83c26
Octal46164232113310503107446
Binary100110111010010011010100101111001010100011001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26749A; }

 p { color: rgb(38,116,154); }

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

<style>
 a { background-color: #26749A; }

 a { background-color: rgb(38,116,154); }

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

<style>
 span { border-color: #26749A; }

 span { border-color: rgb(38,116,154); }

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