Html Css Color HEX #37739D Lochmara

📋 copy color: '#37739D'

red 55 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #37739D

Tints of Lochmara #37739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 16.82%
G = 35.17%
B = 48.01%

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

#37739D (or 0x37739D) is known color: Lochmara. HEX triplet: 37, 73 and 9D. RGB value is (55,115,157). Sum of RGB (Red+Green+Blue) = 55+115+157=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #37739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37739D is #C88C62. Grayscale: #656565. Windows color (decimal): -13143139 or 10318647. OLE color: 10318647.

HSL color Cylindrical-coordinate representation of color #37739D: hue angle of 204.71º 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 #37739D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 115 157 -
CMYK 0.65 0.27 0 0.38
HSL 204.71º 0.48% 0.42% -
HSV(B) 204.71º 0.65% 0.62% -
XYZ 13.79 15.51 34.16 -
YUV 101.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 55 115 157 0.65 0.27 0 0.38 204.71 0.48 0.42
Hex 37 73 9D 41 1B 0 26 CD 30 2A
Octal 67 163 235 101 33 0 46 315 60 52
Binary 110111 1110011 10011101 1000001 11011 0 100110 11001101 110000 101010

Color Harmonies of #37739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37739D

Black with #37739D

Text Example


Text Example

White with #37739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37739D; }

 p { color: rgb(55,115,157); }

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

background-color css

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

 a { background-color: rgb(55,115,157); }

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

border-color css

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

 span { border-color: rgb(55,115,157); }

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