Html Css Color HEX #37679B Lochmara

📋 copy color: '#37679B'

red 55 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #37679B

Tints of Lochmara #37679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 17.57%
G = 32.91%
B = 49.52%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37679B (or 0x37679B) is known color: Lochmara. HEX triplet: 37, 67 and 9B. RGB value is (55,103,155). Sum of RGB (Red+Green+Blue) = 55+103+155=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #37679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37679B is #C89864. Grayscale: #5E5E5E. Windows color (decimal): -13146213 or 10184503. OLE color: 10184503.

HSL color Cylindrical-coordinate representation of color #37679B: hue angle of 211.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37679B is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 103 155 -
CMYK 0.65 0.34 0 0.39
HSL 211.2º 0.48% 0.41% -
HSV(B) 211.2º 0.65% 0.61% -
XYZ 12.34 12.88 32.85 -
YUV 94.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 55 103 155 0.65 0.34 0 0.39 211.2 0.48 0.41
Hex 37 67 9B 41 22 0 27 D3 30 29
Octal 67 147 233 101 42 0 47 323 60 51
Binary 110111 1100111 10011011 1000001 100010 0 100111 11010011 110000 101001

Color Harmonies of #37679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37679B

Black with #37679B

Text Example


Text Example

White with #37679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37679B; }

 p { color: rgb(55,103,155); }

 H1.HeaderClassName
 {
   color: #37679B;
 }
 .AnyTagClassName
 {
   color: #37679B;
 }
</style>

background-color css

<style>
 a { background-color: #37679B; }

 a { background-color: rgb(55,103,155); }

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

border-color css

<style>
 span { border-color: #37679B; }

 span { border-color: rgb(55,103,155); }

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