#256FA2

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

Shades of Lochmara #256FA2

Tints of Lochmara #256FA2

Color information

#256FA2 (or 0x256FA2) is unknown color: approx Lochmara. HEX triplet: 25, 6F and A2. RGB value is (37,111,162). Sum of RGB (Red+Green+Blue) = 37+111+162=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #256FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA2 is #DA905D. Grayscale: #5E5E5E. Windows color (decimal): -14323806 or 10645285. OLE color: 10645285.

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

Color convert

RGB37111162-
CMYK0.770.3100.36
HSL204.48º62.81%39.02%-
HSV(B)204.48º77.16%63.53%-
XYZ12.9714.3736.27-
YUV94.69165.9886.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 162 (63.67% from 255) = 52.26%
R=11.94%
G=35.81%
B=52.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal371111620.770.3100.36204.4862.8139.02
Hex256FA24D1F024cc3f27
Octal45157242115370443147747
Binary100101110111110100010100110111111010010011001100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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