Html Css Color HEX #376EAF Lochmara

📋 copy color: '#376EAF'

red 55 ◦ green 110 ◦ blue 175

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

Shades of Lochmara #376EAF

Tints of Lochmara #376EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 175 (68.75% from 255) = 51.47%

R = 16.18%
G = 32.35%
B = 51.47%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#376EAF (or 0x376EAF) is known color: Lochmara. HEX triplet: 37, 6E and AF. RGB value is (55,110,175). Sum of RGB (Red+Green+Blue) = 55+110+175=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #376EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EAF is #C89150. Grayscale: #646464. Windows color (decimal): -13144401 or 11497015. OLE color: 11497015.

HSL color Cylindrical-coordinate representation of color #376EAF: hue angle of 212.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376EAF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 110 175 -
CMYK 0.69 0.37 0 0.31
HSL 212.5º 0.52% 0.45% -
HSV(B) 212.5º 0.69% 0.69% -
XYZ 14.89 15.06 42.68 -
YUV 100.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 55 110 175 0.69 0.37 0 0.31 212.5 0.52 0.45
Hex 37 6E AF 45 25 0 1F D4 34 2D
Octal 67 156 257 105 45 0 37 324 64 55
Binary 110111 1101110 10101111 1000101 100101 0 11111 11010100 110100 101101

Color Harmonies of #376EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EAF

Black with #376EAF

Text Example


Text Example

White with #376EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,175); }

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

background-color css

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

 a { background-color: rgb(55,110,175); }

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

border-color css

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

 span { border-color: rgb(55,110,175); }

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