#256BA6

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

Shades of Lochmara #256BA6

Tints of Lochmara #256BA6

Color information

#256BA6 (or 0x256BA6) is unknown color: approx Lochmara. HEX triplet: 25, 6B and A6. RGB value is (37,107,166). Sum of RGB (Red+Green+Blue) = 37+107+166=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #256BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BA6 is #DA9459. Grayscale: #5C5C5C. Windows color (decimal): -14324826 or 10906405. OLE color: 10906405.

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

Color convert

RGB37107166-
CMYK0.780.3600.35
HSL207.44º63.55%39.8%-
HSV(B)207.44º77.71%65.1%-
XYZ12.913.6638.03-
YUV92.8169.3188.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=11.94%
G=34.52%
B=53.55%

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
Decimal371071660.780.3600.35207.4463.5539.8
Hex256BA64E24023cf4028
Octal451532461164404331710050
Binary10010111010111010011010011101001000100011110011111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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