#256FAA

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

Shades of Lochmara #256FAA

Tints of Lochmara #256FAA

Color information

#256FAA (or 0x256FAA) is unknown color: approx Lochmara. HEX triplet: 25, 6F and AA. RGB value is (37,111,170). Sum of RGB (Red+Green+Blue) = 37+111+170=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #256FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FAA is #DA9055. Grayscale: #5F5F5F. Windows color (decimal): -14323798 or 11169573. OLE color: 11169573.

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

Color convert

RGB37111170-
CMYK0.780.3500.33
HSL206.62º64.25%40.59%-
HSV(B)206.62º78.24%66.67%-
XYZ13.714.6640.14-
YUV95.6169.9886.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=11.64%
G=34.91%
B=53.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371111700.780.3500.33206.6264.2540.59
Hex256FAA4E23021cf4029
Octal451572521164304131710051
Binary10010111011111010101010011101000110100001110011111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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