#256AA6

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

Shades of Lochmara #256AA6

Tints of Lochmara #256AA6

Color information

#256AA6 (or 0x256AA6) is unknown color: approx Lochmara. HEX triplet: 25, 6A and A6. RGB value is (37,106,166). Sum of RGB (Red+Green+Blue) = 37+106+166=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #256AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AA6 is #DA9559. Grayscale: #5B5B5B. Windows color (decimal): -14325082 or 10906149. OLE color: 10906149.

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

Color convert

RGB37106166-
CMYK0.780.3600.35
HSL207.91º63.55%39.8%-
HSV(B)207.91º77.71%65.1%-
XYZ12.813.4538-
YUV92.21169.6488.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 166 (65.23% from 255) = 53.72%
R=11.97%
G=34.30%
B=53.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371061660.780.3600.35207.9163.5539.8
Hex256AA64E24023d04028
Octal451522461164404332010050
Binary10010111010101010011010011101001000100011110100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,106,166); }

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

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

 a { background-color: rgb(37,106,166); }

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

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

 span { border-color: rgb(37,106,166); }

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