#257AA6

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

Shades of Lochmara #257AA6

Tints of Lochmara #257AA6

Color information

#257AA6 (or 0x257AA6) is unknown color: approx Lochmara. HEX triplet: 25, 7A and A6. RGB value is (37,122,166). Sum of RGB (Red+Green+Blue) = 37+122+166=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #257AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257AA6 is #DA8559. Grayscale: #656565. Windows color (decimal): -14320986 or 10910245. OLE color: 10910245.

HSL color Cylindrical-coordinate representation of color #257AA6: hue angle of 200.47º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257AA6 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB37122166-
CMYK0.780.2700.35
HSL200.47º63.55%39.8%-
HSV(B)200.47º77.71%65.1%-
XYZ14.6117.0738.6-
YUV101.6164.3481.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=11.38%
G=37.54%
B=51.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371221660.780.2700.35200.4763.5539.8
Hex257AA64E1B023c84028
Octal451722461163304331010050
Binary1001011111010101001101001110110110100011110010001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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