Html Css Color HEX #257796 Lochmara

📋 copy color: '#257796'

red 37 ◦ green 119 ◦ blue 150

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

Shades of Lochmara #257796

Tints of Lochmara #257796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 12.09%
G = 38.89%
B = 49.02%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257796 (or 0x257796) is known color: Lochmara. HEX triplet: 25, 77 and 96. RGB value is (37,119,150). Sum of RGB (Red+Green+Blue) = 37+119+150=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #257796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257796 is #DA8869. Grayscale: #616161. Windows color (decimal): -14321770 or 9860901. OLE color: 9860901.

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

Color convert

RGB 37 119 150 -
CMYK 0.75 0.21 0 0.41
HSL 196.46º 0.6% 0.37% -
HSV(B) 196.46º 0.75% 0.59% -
XYZ 12.86 15.79 31.22 -
YUV 98.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 37 119 150 0.75 0.21 0 0.41 196.46 0.6 0.37
Hex 25 77 96 4B 15 0 29 C4 3C 25
Octal 45 167 226 113 25 0 51 304 74 45
Binary 100101 1110111 10010110 1001011 10101 0 101001 11000100 111100 100101

Color Harmonies of #257796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257796

Black with #257796

Text Example


Text Example

White with #257796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257796; }

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

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

background-color css

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

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

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

border-color css

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

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

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