Html Css Color HEX #376CB3 Lochmara

📋 copy color: '#376CB3'

red 55 ◦ green 108 ◦ blue 179

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

Shades of Lochmara #376CB3

Tints of Lochmara #376CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 16.08%
G = 31.58%
B = 52.34%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#376CB3 (or 0x376CB3) is known color: Lochmara. HEX triplet: 37, 6C and B3. RGB value is (55,108,179). Sum of RGB (Red+Green+Blue) = 55+108+179=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #376CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CB3 is #C8934C. Grayscale: #636363. Windows color (decimal): -13144909 or 11758647. OLE color: 11758647.

HSL color Cylindrical-coordinate representation of color #376CB3: hue angle of 214.35º 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 #376CB3 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 108 179 -
CMYK 0.69 0.40 0 0.30
HSL 214.35º 0.53% 0.46% -
HSV(B) 214.35º 0.69% 0.7% -
XYZ 15.07 14.79 44.71 -
YUV 100.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 55 108 179 0.69 0.40 0 0.30 214.35 0.53 0.46
Hex 37 6C B3 45 28 0 1E D6 35 2E
Octal 67 154 263 105 50 0 36 326 65 56
Binary 110111 1101100 10110011 1000101 101000 0 11110 11010110 110101 101110

Color Harmonies of #376CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CB3

Black with #376CB3

Text Example


Text Example

White with #376CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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