#256995

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

Shades of Lochmara #256995

Tints of Lochmara #256995

Color information

#256995 (or 0x256995) is unknown color: approx Lochmara. HEX triplet: 25, 69 and 95. RGB value is (37,105,149). Sum of RGB (Red+Green+Blue) = 37+105+149=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #256995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256995 is #DA966A. Grayscale: #595959. Windows color (decimal): -14325355 or 9791781. OLE color: 9791781.

HSL color Cylindrical-coordinate representation of color #256995: hue angle of 203.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256995 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37105149-
CMYK0.750.3000.42
HSL203.57º60.22%36.47%-
HSV(B)203.57º75.17%58.43%-
XYZ11.2412.6730.29-
YUV89.68161.4790.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=12.71%
G=36.08%
B=51.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371051490.750.3000.42203.5760.2236.47
Hex2569954B1E02Acc3c24
Octal45151225113360523147444
Binary100101110100110010101100101111110010101011001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256995; }

 p { color: rgb(37,105,149); }

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

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

 a { background-color: rgb(37,105,149); }

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

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

 span { border-color: rgb(37,105,149); }

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