#266BA4

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

Shades of Lochmara #266BA4

Tints of Lochmara #266BA4

Color information

#266BA4 (or 0x266BA4) is unknown color: approx Lochmara. HEX triplet: 26, 6B and A4. RGB value is (38,107,164). Sum of RGB (Red+Green+Blue) = 38+107+164=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #266BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266BA4 is #D9945B. Grayscale: #5C5C5C. Windows color (decimal): -14259292 or 10775334. OLE color: 10775334.

HSL color Cylindrical-coordinate representation of color #266BA4: hue angle of 207.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #266BA4 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38107164-
CMYK0.770.3500.36
HSL207.14º62.38%39.61%-
HSV(B)207.14º76.83%64.31%-
XYZ12.7613.6137.08-
YUV92.87168.1488.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=12.30%
G=34.63%
B=53.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381071640.770.3500.36207.1462.3839.61
Hex266BA44D23024cf3e28
Octal46153244115430443177650
Binary1001101101011101001001001101100011010010011001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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