#266FA0

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

Shades of Lochmara #266FA0

Tints of Lochmara #266FA0

Color information

#266FA0 (or 0x266FA0) is unknown color: approx Lochmara. HEX triplet: 26, 6F and A0. RGB value is (38,111,160). Sum of RGB (Red+Green+Blue) = 38+111+160=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #266FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266FA0 is #D9905F. Grayscale: #5E5E5E. Windows color (decimal): -14258272 or 10514214. OLE color: 10514214.

HSL color Cylindrical-coordinate representation of color #266FA0: hue angle of 204.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266FA0 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB38111160-
CMYK0.760.3100.37
HSL204.1º61.62%38.82%-
HSV(B)204.1º76.25%62.75%-
XYZ12.8314.3235.35-
YUV94.76164.8287.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 160 (62.89% from 255) = 51.78%
R=12.30%
G=35.92%
B=51.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381111600.760.3100.37204.161.6238.82
Hex266FA04C1F025cc3e27
Octal46157240114370453147647
Binary100110110111110100000100110011111010010111001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,111,160); }

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

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

 a { background-color: rgb(38,111,160); }

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

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

 span { border-color: rgb(38,111,160); }

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