Html Css Color HEX #257197 Lochmara

📋 copy color: '#257197'

red 37 ◦ green 113 ◦ blue 151

#257197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #257197

Tints of Lochmara #257197

RGB

 RED value IS 37 (14.84% from 255) = 12.29%

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 12.29%
G = 37.54%
B = 50.17%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257197 (or 0x257197) is known color: Lochmara. HEX triplet: 25, 71 and 97. RGB value is (37,113,151). Sum of RGB (Red+Green+Blue) = 37+113+151=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #257197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257197 is #DA8E68. Grayscale: #5E5E5E. Windows color (decimal): -14323305 or 9924901. OLE color: 9924901.

HSL color Cylindrical-coordinate representation of color #257197: hue angle of 200º degrees, saturation: 0.61, 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 #257197 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 113 151 -
CMYK 0.75 0.25 0 0.41
HSL 200º 0.61% 0.37% -
HSV(B) 200º 0.75% 0.59% -
XYZ 12.25 14.44 31.42 -
YUV 94.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 37 113 151 0.75 0.25 0 0.41 200 0.61 0.37
Hex 25 71 97 4B 19 0 29 C8 3D 25
Octal 45 161 227 113 31 0 51 310 75 45
Binary 100101 1110001 10010111 1001011 11001 0 101001 11001000 111101 100101

Color Harmonies of #257197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257197

Black with #257197

Text Example


Text Example

White with #257197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257197; }

 p { color: rgb(37,113,151); }

 H1.HeaderClassName
 {
   color: #257197;
 }
 .AnyTagClassName
 {
   color: #257197;
 }
</style>

background-color css

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

 a { background-color: rgb(37,113,151); }

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

border-color css

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

 span { border-color: rgb(37,113,151); }

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