Html Css Color HEX #257697 Lochmara

📋 copy color: '#257697'

red 37 ◦ green 118 ◦ blue 151

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

Shades of Lochmara #257697

Tints of Lochmara #257697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 12.09%
G = 38.56%
B = 49.35%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257697 (or 0x257697) is known color: Lochmara. HEX triplet: 25, 76 and 97. RGB value is (37,118,151). Sum of RGB (Red+Green+Blue) = 37+118+151=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #257697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257697 is #DA8968. Grayscale: #616161. Windows color (decimal): -14322025 or 9926181. OLE color: 9926181.

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

Color convert

RGB 37 118 151 -
CMYK 0.75 0.22 0 0.41
HSL 197.37º 0.61% 0.37% -
HSV(B) 197.37º 0.75% 0.59% -
XYZ 12.83 15.58 31.61 -
YUV 97.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 37 118 151 0.75 0.22 0 0.41 197.37 0.61 0.37
Hex 25 76 97 4B 16 0 29 C5 3D 25
Octal 45 166 227 113 26 0 51 305 75 45
Binary 100101 1110110 10010111 1001011 10110 0 101001 11000101 111101 100101

Color Harmonies of #257697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257697

Black with #257697

Text Example


Text Example

White with #257697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257697; }

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

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

background-color css

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

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

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

border-color css

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

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

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