Html Css Color HEX #376AAF Lochmara

📋 copy color: '#376AAF'

red 55 ◦ green 106 ◦ blue 175

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

Shades of Lochmara #376AAF

Tints of Lochmara #376AAF

RGB

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

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

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

R = 16.37%
G = 31.55%
B = 52.08%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#376AAF (or 0x376AAF) is known color: Lochmara. HEX triplet: 37, 6A and AF. RGB value is (55,106,175). Sum of RGB (Red+Green+Blue) = 55+106+175=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #376AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AAF is #C89550. Grayscale: #626262. Windows color (decimal): -13145425 or 11495991. OLE color: 11495991.

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

Color convert

RGB 55 106 175 -
CMYK 0.69 0.39 0 0.31
HSL 214.5º 0.52% 0.45% -
HSV(B) 214.5º 0.69% 0.69% -
XYZ 14.47 14.22 42.54 -
YUV 98.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 55 106 175 0.69 0.39 0 0.31 214.5 0.52 0.45
Hex 37 6A AF 45 27 0 1F D6 34 2D
Octal 67 152 257 105 47 0 37 326 64 55
Binary 110111 1101010 10101111 1000101 100111 0 11111 11010110 110100 101101

Color Harmonies of #376AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AAF

Black with #376AAF

Text Example


Text Example

White with #376AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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