#257798

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

Shades of Lochmara #257798

Tints of Lochmara #257798

Color information

#257798 (or 0x257798) is unknown color: approx Lochmara. HEX triplet: 25, 77 and 98. RGB value is (37,119,152). Sum of RGB (Red+Green+Blue) = 37+119+152=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #257798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257798 is #DA8867. Grayscale: #626262. Windows color (decimal): -14321768 or 9991973. OLE color: 9991973.

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

Color convert

RGB37119152-
CMYK0.760.2200.40
HSL197.22º60.85%37.06%-
HSV(B)197.22º75.66%59.61%-
XYZ13.0315.8532.08-
YUV98.24158.3384.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=12.01%
G=38.64%
B=49.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371191520.760.2200.40197.2260.8537.06
Hex2577984C16028c53d25
Octal45167230114260503057545
Binary100101111011110011000100110010110010100011000101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257798; }

 p { color: rgb(37,119,152); }

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

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

 a { background-color: rgb(37,119,152); }

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

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

 span { border-color: rgb(37,119,152); }

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