Html Css Color HEX #376BBA Lochmara

📋 copy color: '#376BBA'

red 55 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #376BBA

Tints of Lochmara #376BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 15.8%
G = 30.75%
B = 53.45%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#376BBA (or 0x376BBA) is known color: Lochmara. HEX triplet: 37, 6B and BA. RGB value is (55,107,186). Sum of RGB (Red+Green+Blue) = 55+107+186=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #376BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BBA is #C89445. Grayscale: #646464. Windows color (decimal): -13145158 or 12217143. OLE color: 12217143.

HSL color Cylindrical-coordinate representation of color #376BBA: hue angle of 216.18º 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 #376BBA is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 107 186 -
CMYK 0.70 0.42 0 0.27
HSL 216.18º 0.54% 0.47% -
HSV(B) 216.18º 0.7% 0.73% -
XYZ 15.7 14.87 48.5 -
YUV 100.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 55 107 186 0.70 0.42 0 0.27 216.18 0.54 0.47
Hex 37 6B BA 46 2A 0 1B D8 36 2F
Octal 67 153 272 106 52 0 33 330 66 57
Binary 110111 1101011 10111010 1000110 101010 0 11011 11011000 110110 101111

Color Harmonies of #376BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BBA

Black with #376BBA

Text Example


Text Example

White with #376BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,186); }

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

background-color css

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

 a { background-color: rgb(55,107,186); }

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

border-color css

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

 span { border-color: rgb(55,107,186); }

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