#256AAA

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

Shades of Lochmara #256AAA

Tints of Lochmara #256AAA

Color information

#256AAA (or 0x256AAA) is unknown color: approx Lochmara. HEX triplet: 25, 6A and AA. RGB value is (37,106,170). Sum of RGB (Red+Green+Blue) = 37+106+170=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #256AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AAA is #DA9555. Grayscale: #5C5C5C. Windows color (decimal): -14325078 or 11168293. OLE color: 11168293.

HSL color Cylindrical-coordinate representation of color #256AAA: hue angle of 208.87º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256AAA is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37106170-
CMYK0.780.3800.33
HSL208.87º64.25%40.59%-
HSV(B)208.87º78.24%66.67%-
XYZ13.1713.639.96-
YUV92.66171.6488.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=11.82%
G=33.87%
B=54.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371061700.780.3800.33208.8764.2540.59
Hex256AAA4E26021d14029
Octal451522521164604132110051
Binary10010111010101010101010011101001100100001110100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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