#256A9C

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

Shades of Lochmara #256A9C

Tints of Lochmara #256A9C

Color information

#256A9C (or 0x256A9C) is unknown color: approx Lochmara. HEX triplet: 25, 6A and 9C. RGB value is (37,106,156). Sum of RGB (Red+Green+Blue) = 37+106+156=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #256A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A9C is #DA9563. Grayscale: #5A5A5A. Windows color (decimal): -14325092 or 10250789. OLE color: 10250789.

HSL color Cylindrical-coordinate representation of color #256A9C: hue angle of 205.21º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256A9C is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37106156-
CMYK0.760.3200.39
HSL205.21º61.66%37.84%-
HSV(B)205.21º76.28%61.18%-
XYZ11.9213.133.35-
YUV91.07164.6489.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=12.37%
G=35.45%
B=52.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371061560.760.3200.39205.2161.6637.84
Hex256A9C4C20027cd3e26
Octal45152234114400473157646
Binary1001011101010100111001001100100000010011111001101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,106,156); }

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

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

 a { background-color: rgb(37,106,156); }

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

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

 span { border-color: rgb(37,106,156); }

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