Html Css Color HEX #37749E Lochmara

📋 copy color: '#37749E'

red 55 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #37749E

Tints of Lochmara #37749E

RGB

 RED value IS 55 (21.88% from 255) = 16.72%

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 16.72%
G = 35.26%
B = 48.02%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37749E (or 0x37749E) is known color: Lochmara. HEX triplet: 37, 74 and 9E. RGB value is (55,116,158). Sum of RGB (Red+Green+Blue) = 55+116+158=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #37749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37749E is #C88B61. Grayscale: #666666. Windows color (decimal): -13142882 or 10384439. OLE color: 10384439.

HSL color Cylindrical-coordinate representation of color #37749E: hue angle of 204.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37749E is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 116 158 -
CMYK 0.65 0.27 0 0.38
HSL 204.47º 0.48% 0.42% -
HSV(B) 204.47º 0.65% 0.62% -
XYZ 13.99 15.77 34.65 -
YUV 102.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 55 116 158 0.65 0.27 0 0.38 204.47 0.48 0.42
Hex 37 74 9E 41 1B 0 26 CC 30 2A
Octal 67 164 236 101 33 0 46 314 60 52
Binary 110111 1110100 10011110 1000001 11011 0 100110 11001100 110000 101010

Color Harmonies of #37749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37749E

Black with #37749E

Text Example


Text Example

White with #37749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37749E; }

 p { color: rgb(55,116,158); }

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

background-color css

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

 a { background-color: rgb(55,116,158); }

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

border-color css

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

 span { border-color: rgb(55,116,158); }

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