#256CAA

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

Shades of Lochmara #256CAA

Tints of Lochmara #256CAA

Color information

#256CAA (or 0x256CAA) is unknown color: approx Lochmara. HEX triplet: 25, 6C and AA. RGB value is (37,108,170). Sum of RGB (Red+Green+Blue) = 37+108+170=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #256CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAA is #DA9355. Grayscale: #5D5D5D. Windows color (decimal): -14324566 or 11168805. OLE color: 11168805.

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

Color convert

RGB37108170-
CMYK0.780.3600.33
HSL207.97º64.25%40.59%-
HSV(B)207.97º78.24%66.67%-
XYZ13.3814.0240.03-
YUV93.84170.9887.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=11.75%
G=34.29%
B=53.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371081700.780.3600.33207.9764.2540.59
Hex256CAA4E24021d04029
Octal451542521164404132010051
Binary10010111011001010101010011101001000100001110100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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