#256FA6

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

Shades of Lochmara #256FA6

Tints of Lochmara #256FA6

Color information

#256FA6 (or 0x256FA6) is unknown color: approx Lochmara. HEX triplet: 25, 6F and A6. RGB value is (37,111,166). Sum of RGB (Red+Green+Blue) = 37+111+166=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #256FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA6 is #DA9059. Grayscale: #5E5E5E. Windows color (decimal): -14323802 or 10907429. OLE color: 10907429.

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

Color convert

RGB37111166-
CMYK0.780.3300.35
HSL205.58º63.55%39.8%-
HSV(B)205.58º77.71%65.1%-
XYZ13.3314.5238.18-
YUV95.14167.9886.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 166 (65.23% from 255) = 52.87%
R=11.78%
G=35.35%
B=52.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371111660.780.3300.35205.5863.5539.8
Hex256FA64E21023ce4028
Octal451572461164104331610050
Binary10010111011111010011010011101000010100011110011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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