Html Css Color HEX #377D9F Lochmara

📋 copy color: '#377D9F'

red 55 ◦ green 125 ◦ blue 159

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

Shades of Lochmara #377D9F

Tints of Lochmara #377D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 16.22%
G = 36.87%
B = 46.9%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#377D9F (or 0x377D9F) is known color: Lochmara. HEX triplet: 37, 7D and 9F. RGB value is (55,125,159). Sum of RGB (Red+Green+Blue) = 55+125+159=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #377D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D9F is #C88260. Grayscale: #6B6B6B. Windows color (decimal): -13140577 or 10452279. OLE color: 10452279.

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

Color convert

RGB 55 125 159 -
CMYK 0.65 0.21 0 0.38
HSL 199.62º 0.49% 0.42% -
HSV(B) 199.62º 0.65% 0.62% -
XYZ 15.17 17.98 35.47 -
YUV 107.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 55 125 159 0.65 0.21 0 0.38 199.62 0.49 0.42
Hex 37 7D 9F 41 15 0 26 C8 31 2A
Octal 67 175 237 101 25 0 46 310 61 52
Binary 110111 1111101 10011111 1000001 10101 0 100110 11001000 110001 101010

Color Harmonies of #377D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D9F

Black with #377D9F

Text Example


Text Example

White with #377D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,159); }

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

background-color css

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

 a { background-color: rgb(55,125,159); }

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

border-color css

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

 span { border-color: rgb(55,125,159); }

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