#256FA1

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

Shades of Lochmara #256FA1

Tints of Lochmara #256FA1

Color information

#256FA1 (or 0x256FA1) is unknown color: approx Lochmara. HEX triplet: 25, 6F and A1. RGB value is (37,111,161). Sum of RGB (Red+Green+Blue) = 37+111+161=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #256FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA1 is #DA905E. Grayscale: #5E5E5E. Windows color (decimal): -14323807 or 10579749. OLE color: 10579749.

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

Color convert

RGB37111161-
CMYK0.770.3100.37
HSL204.19º62.63%38.82%-
HSV(B)204.19º77.02%63.14%-
XYZ12.8814.3435.81-
YUV94.57165.4886.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 161 (63.28% from 255) = 52.10%
R=11.97%
G=35.92%
B=52.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal371111610.770.3100.37204.1962.6338.82
Hex256FA14D1F025cc3f27
Octal45157241115370453147747
Binary100101110111110100001100110111111010010111001100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,111,161); }

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

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

 a { background-color: rgb(37,111,161); }

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

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

 span { border-color: rgb(37,111,161); }

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