#256CAC

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

Shades of Lochmara #256CAC

Tints of Lochmara #256CAC

Color information

#256CAC (or 0x256CAC) is unknown color: approx Lochmara. HEX triplet: 25, 6C and AC. RGB value is (37,108,172). Sum of RGB (Red+Green+Blue) = 37+108+172=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #256CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAC is #DA9353. Grayscale: #5D5D5D. Windows color (decimal): -14324564 or 11299877. OLE color: 11299877.

HSL color Cylindrical-coordinate representation of color #256CAC: hue angle of 208.44º 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 #256CAC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37108172-
CMYK0.780.3700.33
HSL208.44º64.59%40.98%-
HSV(B)208.44º78.49%67.45%-
XYZ13.5714.141.04-
YUV94.07171.9887.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=11.67%
G=34.07%
B=54.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371081720.780.3700.33208.4464.5940.98
Hex256CAC4E25021d04129
Octal451542541164504132010151
Binary10010111011001010110010011101001010100001110100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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