Html Css Color HEX #376CB2 Lochmara

📋 copy color: '#376CB2'

red 55 ◦ green 108 ◦ blue 178

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

Shades of Lochmara #376CB2

Tints of Lochmara #376CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 178 (69.92% from 255) = 52.2%

R = 16.13%
G = 31.67%
B = 52.2%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#376CB2 (or 0x376CB2) is known color: Lochmara. HEX triplet: 37, 6C and B2. RGB value is (55,108,178). Sum of RGB (Red+Green+Blue) = 55+108+178=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #376CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376CB2 is #C8934D. Grayscale: #636363. Windows color (decimal): -13144910 or 11693111. OLE color: 11693111.

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

Color convert

RGB 55 108 178 -
CMYK 0.69 0.39 0 0.30
HSL 214.15º 0.53% 0.46% -
HSV(B) 214.15º 0.69% 0.7% -
XYZ 14.97 14.75 44.18 -
YUV 100.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 55 108 178 0.69 0.39 0 0.30 214.15 0.53 0.46
Hex 37 6C B2 45 27 0 1E D6 35 2E
Octal 67 154 262 105 47 0 36 326 65 56
Binary 110111 1101100 10110010 1000101 100111 0 11110 11010110 110101 101110

Color Harmonies of #376CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CB2

Black with #376CB2

Text Example


Text Example

White with #376CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,178); }

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

background-color css

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

 a { background-color: rgb(55,108,178); }

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

border-color css

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

 span { border-color: rgb(55,108,178); }

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