#256BAC

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

Shades of Lochmara #256BAC

Tints of Lochmara #256BAC

Color information

#256BAC (or 0x256BAC) is unknown color: approx Lochmara. HEX triplet: 25, 6B and AC. RGB value is (37,107,172). Sum of RGB (Red+Green+Blue) = 37+107+172=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #256BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BAC is #DA9453. Grayscale: #5D5D5D. Windows color (decimal): -14324820 or 11299621. OLE color: 11299621.

HSL color Cylindrical-coordinate representation of color #256BAC: hue angle of 208.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256BAC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37107172-
CMYK0.780.3800.33
HSL208.89º64.59%40.98%-
HSV(B)208.89º78.49%67.45%-
XYZ13.4713.8941-
YUV93.48172.3187.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=11.71%
G=33.86%
B=54.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371071720.780.3800.33208.8964.5940.98
Hex256BAC4E26021d14129
Octal451532541164604132110151
Binary10010111010111010110010011101001100100001110100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256BAC; }

 p { color: rgb(37,107,172); }

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

<style>
 a { background-color: #256BAC; }

 a { background-color: rgb(37,107,172); }

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

<style>
 span { border-color: #256BAC; }

 span { border-color: rgb(37,107,172); }

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