Html Css Color HEX #376DA8 Lochmara

📋 copy color: '#376DA8'

red 55 ◦ green 109 ◦ blue 168

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

Shades of Lochmara #376DA8

Tints of Lochmara #376DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50.6%

R = 16.57%
G = 32.83%
B = 50.6%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#376DA8 (or 0x376DA8) is known color: Lochmara. HEX triplet: 37, 6D and A8. RGB value is (55,109,168). Sum of RGB (Red+Green+Blue) = 55+109+168=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #376DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DA8 is #C89257. Grayscale: #636363. Windows color (decimal): -13144664 or 11038007. OLE color: 11038007.

HSL color Cylindrical-coordinate representation of color #376DA8: hue angle of 211.33º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376DA8 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 109 168 -
CMYK 0.67 0.35 0 0.34
HSL 211.33º 0.51% 0.44% -
HSV(B) 211.33º 0.67% 0.66% -
XYZ 14.11 14.58 39.12 -
YUV 99.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 55 109 168 0.67 0.35 0 0.34 211.33 0.51 0.44
Hex 37 6D A8 43 23 0 22 D3 33 2C
Octal 67 155 250 103 43 0 42 323 63 54
Binary 110111 1101101 10101000 1000011 100011 0 100010 11010011 110011 101100

Color Harmonies of #376DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DA8

Black with #376DA8

Text Example


Text Example

White with #376DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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