#257CA2

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

Shades of Lochmara #257CA2

Tints of Lochmara #257CA2

Color information

#257CA2 (or 0x257CA2) is unknown color: approx Lochmara. HEX triplet: 25, 7C and A2. RGB value is (37,124,162). Sum of RGB (Red+Green+Blue) = 37+124+162=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #257CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257CA2 is #DA835D. Grayscale: #666666. Windows color (decimal): -14320478 or 10648613. OLE color: 10648613.

HSL color Cylindrical-coordinate representation of color #257CA2: hue angle of 198.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #257CA2 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB37124162-
CMYK0.770.2300.36
HSL198.24º62.81%39.02%-
HSV(B)198.24º77.16%63.53%-
XYZ14.4917.4236.78-
YUV102.32161.6881.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=11.46%
G=38.39%
B=50.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal371241620.770.2300.36198.2462.8139.02
Hex257CA24D17024c63f27
Octal45174242115270443067747
Binary100101111110010100010100110110111010010011000110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,162); }

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

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

 a { background-color: rgb(37,124,162); }

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

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

 span { border-color: rgb(37,124,162); }

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