#257A99

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

Shades of Lochmara #257A99

Tints of Lochmara #257A99

Color information

#257A99 (or 0x257A99) is unknown color: approx Lochmara. HEX triplet: 25, 7A and 99. RGB value is (37,122,153). Sum of RGB (Red+Green+Blue) = 37+122+153=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #257A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A99 is #DA8566. Grayscale: #636363. Windows color (decimal): -14320999 or 10058277. OLE color: 10058277.

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

Color convert

RGB37122153-
CMYK0.760.2000.4
HSL196.03º61.05%37.25%-
HSV(B)196.03º75.82%60%-
XYZ13.4716.6132.63-
YUV100.12157.8482.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.86%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=11.86%
G=39.10%
B=49.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371221530.760.2000.4196.0361.0537.25
Hex257A994C14028c43d25
Octal45172231114240503047545
Binary100101111101010011001100110010100010100011000100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A99; }

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

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

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

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

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

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

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

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