#256CA9

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

Shades of Lochmara #256CA9

Tints of Lochmara #256CA9

Color information

#256CA9 (or 0x256CA9) is unknown color: approx Lochmara. HEX triplet: 25, 6C and A9. RGB value is (37,108,169). Sum of RGB (Red+Green+Blue) = 37+108+169=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #256CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CA9 is #DA9356. Grayscale: #5D5D5D. Windows color (decimal): -14324567 or 11103269. OLE color: 11103269.

HSL color Cylindrical-coordinate representation of color #256CA9: hue angle of 207.73º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256CA9 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB37108169-
CMYK0.780.3600.34
HSL207.73º64.08%40.39%-
HSV(B)207.73º78.11%66.27%-
XYZ13.2913.9839.53-
YUV93.72170.4887.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=11.78%
G=34.39%
B=53.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal371081690.780.3600.34207.7364.0840.39
Hex256CA94E24022d04028
Octal451542511164404232010050
Binary10010111011001010100110011101001000100010110100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,169); }

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

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

 a { background-color: rgb(37,108,169); }

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

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

 span { border-color: rgb(37,108,169); }

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