Html Css Color HEX #376DB4 Lochmara

📋 copy color: '#376DB4'

red 55 ◦ green 109 ◦ blue 180

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

Shades of Lochmara #376DB4

Tints of Lochmara #376DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.33%

R = 15.99%
G = 31.69%
B = 52.33%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#376DB4 (or 0x376DB4) is known color: Lochmara. HEX triplet: 37, 6D and B4. RGB value is (55,109,180). Sum of RGB (Red+Green+Blue) = 55+109+180=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #376DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DB4 is #C8924B. Grayscale: #646464. Windows color (decimal): -13144652 or 11824439. OLE color: 11824439.

HSL color Cylindrical-coordinate representation of color #376DB4: hue angle of 214.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376DB4 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 109 180 -
CMYK 0.69 0.39 0 0.29
HSL 214.08º 0.53% 0.46% -
HSV(B) 214.08º 0.69% 0.71% -
XYZ 15.28 15.04 45.28 -
YUV 100.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 55 109 180 0.69 0.39 0 0.29 214.08 0.53 0.46
Hex 37 6D B4 45 27 0 1D D6 35 2E
Octal 67 155 264 105 47 0 35 326 65 56
Binary 110111 1101101 10110100 1000101 100111 0 11101 11010110 110101 101110

Color Harmonies of #376DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DB4

Black with #376DB4

Text Example


Text Example

White with #376DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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