#256499

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

Shades of Lochmara #256499

Tints of Lochmara #256499

Color information

#256499 (or 0x256499) is unknown color: approx Lochmara. HEX triplet: 25, 64 and 99. RGB value is (37,100,153). Sum of RGB (Red+Green+Blue) = 37+100+153=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #256499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256499 is #DA9B66. Grayscale: #565656. Windows color (decimal): -14326631 or 10052645. OLE color: 10052645.

HSL color Cylindrical-coordinate representation of color #256499: hue angle of 207.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256499 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37100153-
CMYK0.760.3500.4
HSL207.41º61.05%37.25%-
HSV(B)207.41º75.82%60%-
XYZ11.0711.8131.83-
YUV87.2165.1392.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=12.76%
G=34.48%
B=52.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371001530.760.3500.4207.4161.0537.25
Hex2564994C23028cf3d25
Octal45144231114430503177545
Binary1001011100100100110011001100100011010100011001111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256499; }

 p { color: rgb(37,100,153); }

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

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

 a { background-color: rgb(37,100,153); }

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

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

 span { border-color: rgb(37,100,153); }

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