Html Css Color HEX #377C9F Lochmara

📋 copy color: '#377C9F'

red 55 ◦ green 124 ◦ blue 159

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

Shades of Lochmara #377C9F

Tints of Lochmara #377C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 16.27%
G = 36.69%
B = 47.04%

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

#377C9F (or 0x377C9F) is known color: Lochmara. HEX triplet: 37, 7C and 9F. RGB value is (55,124,159). Sum of RGB (Red+Green+Blue) = 55+124+159=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #377C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C9F is #C88360. Grayscale: #6B6B6B. Windows color (decimal): -13140833 or 10452023. OLE color: 10452023.

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

Color convert

RGB 55 124 159 -
CMYK 0.65 0.22 0 0.38
HSL 200.19º 0.49% 0.42% -
HSV(B) 200.19º 0.65% 0.62% -
XYZ 15.04 17.73 35.43 -
YUV 107.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 55 124 159 0.65 0.22 0 0.38 200.19 0.49 0.42
Hex 37 7C 9F 41 16 0 26 C8 31 2A
Octal 67 174 237 101 26 0 46 310 61 52
Binary 110111 1111100 10011111 1000001 10110 0 100110 11001000 110001 101010

Color Harmonies of #377C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C9F

Black with #377C9F

Text Example


Text Example

White with #377C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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