Html Css Color HEX #376E9B Lochmara

📋 copy color: '#376E9B'

red 55 ◦ green 110 ◦ blue 155

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

Shades of Lochmara #376E9B

Tints of Lochmara #376E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 17.19%
G = 34.38%
B = 48.44%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#376E9B (or 0x376E9B) is known color: Lochmara. HEX triplet: 37, 6E and 9B. RGB value is (55,110,155). Sum of RGB (Red+Green+Blue) = 55+110+155=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #376E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E9B is #C89164. Grayscale: #626262. Windows color (decimal): -13144421 or 10186295. OLE color: 10186295.

HSL color Cylindrical-coordinate representation of color #376E9B: hue angle of 207º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376E9B is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 110 155 -
CMYK 0.65 0.29 0 0.39
HSL 207º 0.48% 0.41% -
HSV(B) 207º 0.65% 0.61% -
XYZ 13.07 14.33 33.09 -
YUV 98.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 55 110 155 0.65 0.29 0 0.39 207 0.48 0.41
Hex 37 6E 9B 41 1D 0 27 CF 30 29
Octal 67 156 233 101 35 0 47 317 60 51
Binary 110111 1101110 10011011 1000001 11101 0 100111 11001111 110000 101001

Color Harmonies of #376E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E9B

Black with #376E9B

Text Example


Text Example

White with #376E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376E9B; }

 p { color: rgb(55,110,155); }

 H1.HeaderClassName
 {
   color: #376E9B;
 }
 .AnyTagClassName
 {
   color: #376E9B;
 }
</style>

background-color css

<style>
 a { background-color: #376E9B; }

 a { background-color: rgb(55,110,155); }

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

border-color css

<style>
 span { border-color: #376E9B; }

 span { border-color: rgb(55,110,155); }

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