#266B98

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

Shades of Lochmara #266B98

Tints of Lochmara #266B98

Color information

#266B98 (or 0x266B98) is unknown color: approx Lochmara. HEX triplet: 26, 6B and 98. RGB value is (38,107,152). Sum of RGB (Red+Green+Blue) = 38+107+152=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #266B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B98 is #D99467. Grayscale: #5B5B5B. Windows color (decimal): -14259304 or 9988902. OLE color: 9988902.

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

Color convert

RGB38107152-
CMYK0.750.3000.40
HSL203.68º60%37.25%-
HSV(B)203.68º75%59.61%-
XYZ11.7213.1931.63-
YUV91.5162.1489.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=12.79%
G=36.03%
B=51.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381071520.750.3000.40203.686037.25
Hex266B984B1E028cc3c25
Octal46153230113360503147445
Binary100110110101110011000100101111110010100011001100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266B98; }

 p { color: rgb(38,107,152); }

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

<style>
 a { background-color: #266B98; }

 a { background-color: rgb(38,107,152); }

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

<style>
 span { border-color: #266B98; }

 span { border-color: rgb(38,107,152); }

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