#256799

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

Shades of Lochmara #256799

Tints of Lochmara #256799

Color information

#256799 (or 0x256799) is unknown color: approx Lochmara. HEX triplet: 25, 67 and 99. RGB value is (37,103,153). Sum of RGB (Red+Green+Blue) = 37+103+153=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #256799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256799 is #DA9866. Grayscale: #585858. Windows color (decimal): -14325863 or 10053413. OLE color: 10053413.

HSL color Cylindrical-coordinate representation of color #256799: hue angle of 205.86º 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 #256799 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37103153-
CMYK0.760.3300.4
HSL205.86º61.05%37.25%-
HSV(B)205.86º75.82%60%-
XYZ11.3612.3931.93-
YUV88.97164.1390.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=12.63%
G=35.15%
B=52.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371031530.760.3300.4205.8661.0537.25
Hex2567994C21028ce3d25
Octal45147231114410503167545
Binary1001011100111100110011001100100001010100011001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256799; }

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

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

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

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

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

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

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

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