Html Css Color HEX #376DB9 Lochmara

📋 copy color: '#376DB9'

red 55 ◦ green 109 ◦ blue 185

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

Shades of Lochmara #376DB9

Tints of Lochmara #376DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 185 (72.66% from 255) = 53.01%

R = 15.76%
G = 31.23%
B = 53.01%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#376DB9 (or 0x376DB9) is known color: Lochmara. HEX triplet: 37, 6D and B9. RGB value is (55,109,185). Sum of RGB (Red+Green+Blue) = 55+109+185=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #376DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DB9 is #C89246. Grayscale: #656565. Windows color (decimal): -13144647 or 12152119. OLE color: 12152119.

HSL color Cylindrical-coordinate representation of color #376DB9: hue angle of 215.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376DB9 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 109 185 -
CMYK 0.70 0.41 0 0.27
HSL 215.08º 0.54% 0.47% -
HSV(B) 215.08º 0.7% 0.73% -
XYZ 15.8 15.25 48.01 -
YUV 101.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 55 109 185 0.70 0.41 0 0.27 215.08 0.54 0.47
Hex 37 6D B9 46 29 0 1B D7 36 2F
Octal 67 155 271 106 51 0 33 327 66 57
Binary 110111 1101101 10111001 1000110 101001 0 11011 11010111 110110 101111

Color Harmonies of #376DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DB9

Black with #376DB9

Text Example


Text Example

White with #376DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,185); }

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

background-color css

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

 a { background-color: rgb(55,109,185); }

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

border-color css

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

 span { border-color: rgb(55,109,185); }

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