Html Css Color HEX #377B9E Lochmara

📋 copy color: '#377B9E'

red 55 ◦ green 123 ◦ blue 158

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

Shades of Lochmara #377B9E

Tints of Lochmara #377B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

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

R = 16.37%
G = 36.61%
B = 47.02%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#377B9E (or 0x377B9E) is known color: Lochmara. HEX triplet: 37, 7B and 9E. RGB value is (55,123,158). Sum of RGB (Red+Green+Blue) = 55+123+158=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #377B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B9E is #C88461. Grayscale: #6A6A6A. Windows color (decimal): -13141090 or 10386231. OLE color: 10386231.

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

Color convert

RGB 55 123 158 -
CMYK 0.65 0.22 0 0.38
HSL 200.39º 0.48% 0.42% -
HSV(B) 200.39º 0.65% 0.62% -
XYZ 14.83 17.45 34.93 -
YUV 106.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 55 123 158 0.65 0.22 0 0.38 200.39 0.48 0.42
Hex 37 7B 9E 41 16 0 26 C8 30 2A
Octal 67 173 236 101 26 0 46 310 60 52
Binary 110111 1111011 10011110 1000001 10110 0 100110 11001000 110000 101010

Color Harmonies of #377B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B9E

Black with #377B9E

Text Example


Text Example

White with #377B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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