#256DA5

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

Shades of Lochmara #256DA5

Tints of Lochmara #256DA5

Color information

#256DA5 (or 0x256DA5) is unknown color: approx Lochmara. HEX triplet: 25, 6D and A5. RGB value is (37,109,165). Sum of RGB (Red+Green+Blue) = 37+109+165=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #256DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA5 is #DA925A. Grayscale: #5D5D5D. Windows color (decimal): -14324315 or 10841381. OLE color: 10841381.

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

Color convert

RGB37109165-
CMYK0.780.3400.35
HSL206.25º63.37%39.61%-
HSV(B)206.25º77.58%64.71%-
XYZ13.0214.0537.62-
YUV93.86168.1587.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 165 (64.84% from 255) = 53.05%
R=11.90%
G=35.05%
B=53.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371091650.780.3400.35206.2563.3739.61
Hex256DA54E22023ce3f28
Octal45155245116420433167750
Binary1001011101101101001011001110100010010001111001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,165); }

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

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

 a { background-color: rgb(37,109,165); }

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

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

 span { border-color: rgb(37,109,165); }

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