Html Css Color HEX #376DB5 Lochmara

📋 copy color: '#376DB5'

red 55 ◦ green 109 ◦ blue 181

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

Shades of Lochmara #376DB5

Tints of Lochmara #376DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 181 (71.09% from 255) = 52.46%

R = 15.94%
G = 31.59%
B = 52.46%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#376DB5 (or 0x376DB5) is known color: Lochmara. HEX triplet: 37, 6D and B5. RGB value is (55,109,181). Sum of RGB (Red+Green+Blue) = 55+109+181=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #376DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DB5 is #C8924A. Grayscale: #646464. Windows color (decimal): -13144651 or 11889975. OLE color: 11889975.

HSL color Cylindrical-coordinate representation of color #376DB5: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376DB5 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 109 181 -
CMYK 0.70 0.40 0 0.29
HSL 214.29º 0.53% 0.46% -
HSV(B) 214.29º 0.7% 0.71% -
XYZ 15.38 15.09 45.82 -
YUV 101.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 55 109 181 0.70 0.40 0 0.29 214.29 0.53 0.46
Hex 37 6D B5 46 28 0 1D D6 35 2E
Octal 67 155 265 106 50 0 35 326 65 56
Binary 110111 1101101 10110101 1000110 101000 0 11101 11010110 110101 101110

Color Harmonies of #376DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DB5

Black with #376DB5

Text Example


Text Example

White with #376DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,181); }

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

background-color css

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

 a { background-color: rgb(55,109,181); }

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

border-color css

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

 span { border-color: rgb(55,109,181); }

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