Html Css Color HEX #376FAB Lochmara

📋 copy color: '#376FAB'

red 55 ◦ green 111 ◦ blue 171

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

Shades of Lochmara #376FAB

Tints of Lochmara #376FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 16.32%
G = 32.94%
B = 50.74%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376FAB (or 0x376FAB) is known color: Lochmara. HEX triplet: 37, 6F and AB. RGB value is (55,111,171). Sum of RGB (Red+Green+Blue) = 55+111+171=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #376FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAB is #C89054. Grayscale: #646464. Windows color (decimal): -13144149 or 11235127. OLE color: 11235127.

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

Color convert

RGB 55 111 171 -
CMYK 0.68 0.35 0 0.33
HSL 211.03º 0.51% 0.44% -
HSV(B) 211.03º 0.68% 0.67% -
XYZ 14.61 15.12 40.68 -
YUV 101.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 55 111 171 0.68 0.35 0 0.33 211.03 0.51 0.44
Hex 37 6F AB 44 23 0 21 D3 33 2C
Octal 67 157 253 104 43 0 41 323 63 54
Binary 110111 1101111 10101011 1000100 100011 0 100001 11010011 110011 101100

Color Harmonies of #376FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FAB

Black with #376FAB

Text Example


Text Example

White with #376FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,111,171); }

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

background-color css

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

 a { background-color: rgb(55,111,171); }

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

border-color css

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

 span { border-color: rgb(55,111,171); }

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