#257296

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

Shades of Lochmara #257296

Tints of Lochmara #257296

Color information

#257296 (or 0x257296) is unknown color: approx Lochmara. HEX triplet: 25, 72 and 96. RGB value is (37,114,150). Sum of RGB (Red+Green+Blue) = 37+114+150=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #257296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257296 is #DA8D69. Grayscale: #5E5E5E. Windows color (decimal): -14323050 or 9859621. OLE color: 9859621.

HSL color Cylindrical-coordinate representation of color #257296: hue angle of 199.12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257296 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37114150-
CMYK0.750.2400.41
HSL199.12º60.43%36.67%-
HSV(B)199.12º75.33%58.82%-
XYZ12.2914.6331.03-
YUV95.08158.9986.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=12.29%
G=37.87%
B=49.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371141500.750.2400.41199.1260.4336.67
Hex2572964B18029c73c25
Octal45162226113300513077445
Binary100101111001010010110100101111000010100111000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257296; }

 p { color: rgb(37,114,150); }

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

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

 a { background-color: rgb(37,114,150); }

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

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

 span { border-color: rgb(37,114,150); }

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