#266BAD

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

Shades of Lochmara #266BAD

Tints of Lochmara #266BAD

Color information

#266BAD (or 0x266BAD) is unknown color: approx Lochmara. HEX triplet: 26, 6B and AD. RGB value is (38,107,173). Sum of RGB (Red+Green+Blue) = 38+107+173=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #266BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266BAD is #D99452. Grayscale: #5D5D5D. Windows color (decimal): -14259283 or 11365158. OLE color: 11365158.

HSL color Cylindrical-coordinate representation of color #266BAD: hue angle of 209.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #266BAD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB38107173-
CMYK0.780.3800.32
HSL209.33º63.98%41.37%-
HSV(B)209.33º78.03%67.84%-
XYZ13.613.9441.51-
YUV93.89172.6488.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=11.95%
G=33.65%
B=54.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381071730.780.3800.32209.3363.9841.37
Hex266BAD4E26020d14029
Octal461532551164604032110051
Binary10011011010111010110110011101001100100000110100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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