Html Css Color HEX #376FAF Lochmara

📋 copy color: '#376FAF'

red 55 ◦ green 111 ◦ blue 175

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

Shades of Lochmara #376FAF

Tints of Lochmara #376FAF

RGB

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

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

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

R = 16.13%
G = 32.55%
B = 51.32%

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

#376FAF (or 0x376FAF) is known color: Lochmara. HEX triplet: 37, 6F and AF. RGB value is (55,111,175). Sum of RGB (Red+Green+Blue) = 55+111+175=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #376FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAF is #C89050. Grayscale: #656565. Windows color (decimal): -13144145 or 11497271. OLE color: 11497271.

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

Color convert

RGB 55 111 175 -
CMYK 0.69 0.37 0 0.31
HSL 212º 0.52% 0.45% -
HSV(B) 212º 0.69% 0.69% -
XYZ 15 15.28 42.72 -
YUV 101.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 55 111 175 0.69 0.37 0 0.31 212 0.52 0.45
Hex 37 6F AF 45 25 0 1F D4 34 2D
Octal 67 157 257 105 45 0 37 324 64 55
Binary 110111 1101111 10101111 1000101 100101 0 11111 11010100 110100 101101

Color Harmonies of #376FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FAF

Black with #376FAF

Text Example


Text Example

White with #376FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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