Html Css Color HEX #376AB6 Lochmara

📋 copy color: '#376AB6'

red 55 ◦ green 106 ◦ blue 182

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

Shades of Lochmara #376AB6

Tints of Lochmara #376AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 182 (71.48% from 255) = 53.06%

R = 16.03%
G = 30.9%
B = 53.06%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#376AB6 (or 0x376AB6) is known color: Lochmara. HEX triplet: 37, 6A and B6. RGB value is (55,106,182). Sum of RGB (Red+Green+Blue) = 55+106+182=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #376AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AB6 is #C89549. Grayscale: #636363. Windows color (decimal): -13145418 or 11954743. OLE color: 11954743.

HSL color Cylindrical-coordinate representation of color #376AB6: hue angle of 215.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376AB6 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 106 182 -
CMYK 0.70 0.42 0 0.29
HSL 215.91º 0.54% 0.46% -
HSV(B) 215.91º 0.7% 0.71% -
XYZ 15.17 14.5 46.25 -
YUV 99.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 55 106 182 0.70 0.42 0 0.29 215.91 0.54 0.46
Hex 37 6A B6 46 2A 0 1D D8 36 2E
Octal 67 152 266 106 52 0 35 330 66 56
Binary 110111 1101010 10110110 1000110 101010 0 11101 11011000 110110 101110

Color Harmonies of #376AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AB6

Black with #376AB6

Text Example


Text Example

White with #376AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,182); }

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

background-color css

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

 a { background-color: rgb(55,106,182); }

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

border-color css

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

 span { border-color: rgb(55,106,182); }

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