Html Css Color HEX #376F9B Lochmara

📋 copy color: '#376F9B'

red 55 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #376F9B

Tints of Lochmara #376F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 17.13%
G = 34.58%
B = 48.29%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#376F9B (or 0x376F9B) is known color: Lochmara. HEX triplet: 37, 6F and 9B. RGB value is (55,111,155). Sum of RGB (Red+Green+Blue) = 55+111+155=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #376F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F9B is #C89064. Grayscale: #636363. Windows color (decimal): -13144165 or 10186551. OLE color: 10186551.

HSL color Cylindrical-coordinate representation of color #376F9B: hue angle of 206.4º 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 #376F9B is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 111 155 -
CMYK 0.65 0.28 0 0.39
HSL 206.4º 0.48% 0.41% -
HSV(B) 206.4º 0.65% 0.61% -
XYZ 13.18 14.55 33.12 -
YUV 99.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 55 111 155 0.65 0.28 0 0.39 206.4 0.48 0.41
Hex 37 6F 9B 41 1C 0 27 CE 30 29
Octal 67 157 233 101 34 0 47 316 60 51
Binary 110111 1101111 10011011 1000001 11100 0 100111 11001110 110000 101001

Color Harmonies of #376F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F9B

Black with #376F9B

Text Example


Text Example

White with #376F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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